Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.
/ ecqopcd Public archive

A Website that tells you if you can go out running in Paris tomorrow

License

Notifications You must be signed in to change notification settings

bfontaine/ecqopcd

Repository files navigation

ecqopcd

ecqopcd (est-ce qu’on peut courir demain) is a Web app for joggers in Paris that checks weather and pollution indices for the day after and tells if it’s ok to go out jogging.

est-ce qu’on peut courir demain means “can we run tomorrow” in French. The app was written for a personal need and used to be live at estcequonpeutcourirdemain.fr.

The pollution indices fetcher was released as a standalone library, Firapria.

Run

You need Redis and Python 2.7 with virtualenv to run the app locally, as well as a Previmeteo API key. Set up the local environment:

make deps
export PREVIMETEO_KEY='put-your-api-key-here'

Then make sure a Redis server is running locally, and launch the app:

make run

You can now open your browser at localhost:8000.

About

A Website that tells you if you can go out running in Paris tomorrow

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published