Work in progress
This is a simple mashup of Last.fm and YouTube to demonstrate how web2py can be used to quickly create a web app prototype from scratch.
INSTALLATION
===============
(Assuming a GNU/Linux or Mac system, please adapt for Windows.)
- Download web2py source.
- Unzip it in the folder of your choice.
- cd /path/to/web2py/applications
- git clone git@github.com:adsahay/Magic-Bus.git magicbus
- Install these python dependencies (either in your main installation or virtual environment). - pip install BeautifulSoup - pip install requests
- export LASTFM_API_KEY='yourapikey' (Get an API key for Last.fm from here). Without this key we can't fetch data from Last.fm.
- cd /path/to/web2py
- python web2py.py -p 8010
- Open http://127.0.0.1:8010/magicbus/default/index
TODO
=======
- Add a "Skip" button/icon/link.
- Better "Loading/Fetching" indicator.