https://github.com/shadowjack/geoquiznode
Simple app that uses flickr and geonames APIs
https://github.com/shadowjack/geoquiznode
Last synced: about 1 year ago
JSON representation
Simple app that uses flickr and geonames APIs
- Host: GitHub
- URL: https://github.com/shadowjack/geoquiznode
- Owner: ShadowJack
- License: mit
- Created: 2014-06-14T05:35:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T09:50:28.000Z (over 8 years ago)
- Last Synced: 2025-01-22T19:36:48.906Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 7.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoQuiz
A small time-killer app on node+express.
You get a random photo from Flickr and try to guess what country it was taken in.
App uses geonames.org api for reverse geocoding.
## vk.com
This app will be suited to work with vk.com,
so it will use api of vk.com for authentication and to store some information about user.
## Requirements
As a scaffold was used [Express Coffee Template](https://github.com/twilson63/express-coffee) so
requirements are practically the same:
* [NodeJs](http://nodejs.org)
* [Express](http://expressjs.com)
* [CoffeeScript](http://coffeescript.org)
* [Jade](http://jade-lang.com/)
* [Stylus](http://learnboost.github.io/stylus/)
* [bootstrap-stylus](https://github.com/Acquisio/bootstrap-stylus)
* [Nib](http://visionmedia.github.io/nib/)
* [connect-assets](http://github.com/TrevorBurnham/connect-assets)
* [Mocha](http://mochajs.org/)
## Licence
See LICENSE