Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjyo/app4jp
a website used to report the donations to japan earthquake 2011. can be used as an template for similar needs
https://github.com/rjyo/app4jp
Last synced: about 1 month ago
JSON representation
a website used to report the donations to japan earthquake 2011. can be used as an template for similar needs
- Host: GitHub
- URL: https://github.com/rjyo/app4jp
- Owner: rjyo
- Created: 2011-03-22T17:07:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-05T02:37:28.000Z (almost 14 years ago)
- Last Synced: 2024-04-15T12:18:24.203Z (9 months ago)
- Language: JavaScript
- Homepage: app4jp.com
- Size: 1.56 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app4jp
To support people suffering from Japan's earthquake, we decide to donate all the net-income of our app [iDaily Pro](http://itunes.apple.com/en/app/idaily-pro/id390691023?mt=8) to Japan Red Cross.
And this is the website we are using to report the progress of the donation. You can see the live version [here](http://app4jp.com). It can also be used as an template for similar needs.
## What's Special?
The cool thing of this template is all functions are implemented through Javascript. That is to say, you don't need a web server with CGI to host it.Including:
* Read a Twitter stream with #idaily tag, using a Javascript-based template engine: tempo
* Shows sales chart with Google Chart API
* l10n for 4 languages, with support for browser's location hash## Copyright
(C)Copyright 2011 Xu Lele (Rakuraku Jyo if you know me in Japan). Feel free to drop me by on Twitter [@xu_lele](http://twitter.com/xu_lele). app4jp is released under [MIT license](http://www.opensource.org/licenses/mit-license.php).