Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 821 Bytes

File metadata and controls

22 lines (15 loc) · 821 Bytes

TwitterGeolocation

A small application demonstrating the realtime capabilities of the Phoenix framework.

Try it out

To start the Phoenix app:

  1. Install dependencies with mix deps.get
  2. Create a config file with cp config/dev.secret.example.exs config/dev.secret.exs
  3. Fill in your Twitter app credentials into the newly created file
  4. Start Phoenix with mix phoenix.server

Now you can visit localhost:4000 from your browser and watch tweets with geolocation in realtime.

Learn more about Phoenix