Skip to content

r-frederick/inmytime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A mostly useless service for those wanting to share timestamps as URLs. Might become more useful in the future.

Setup

Install Dependencies

  • Install Elixir dependencies with mix deps.get
  • Install Node.js dependencies with cd assets && npm install

Configure Geolix

inmyti.me looks up IP locations usin Geolix. You will need to set the location of the MaxMind Database GeoIP2 database within the configurations. For example:

config :geolix,
  databases: [
    %{
      id: :city,
      adapter: Geolix.Adapter.MMDB2,
      source: "../geoip/GeoLite2-City.mmdb"
    }
  ]

More information regarding Geolix configuration can be found here.

Starting the server:

  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published