RSS Reader
Working sample is here.
Clone source files from github.
$ git clone https://github.com/lostman-github/EngineReader.git
Execute development web server.
$ dev_appserver.py EngineReader/
Connect to web server.
http://localhost:8080/
Clone source files from github.
$ git clone https://github.com/lostman-github/EngineReader.git
Edit application name for AppEngine.
The value of application must be changed to your application name of AppEngine.
$ vi EngineReader/app.yaml
Deploy to AppEngine.
$ appcfg.py update EngineReader/
Connect to application using WebBrowser.
http://<your applicetion name>.appspot.com/
v0.1.0
| | |
| | + -- bug fixes
| + ---- new feature
+ ------ something big changes