Skip to content
/ webstats Public

Webserver showing random graphs based on data from SCB (Swedish statistics)

Notifications You must be signed in to change notification settings

krljg/webstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Stats

A web server that shows random graphs using statistics from Statistiska Centralbyrån (Statistics Sweden).

How to Run

Install the required dependencies in the requirements.txt file

pip install -r requirements.txt

Then you should be able to run webstats:

python webstats.py

Once it's running you can point your web browser at http://localhost:5000 and you should see graphs and stuff.

If You Are Using Virtualenv You Can Do This

$ virtualenv webstats
$ source webstats/bin/activate
$ pip install -r requirements.txt
$ python webstats.py

About

Webserver showing random graphs based on data from SCB (Swedish statistics)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published