An open API service indexing awesome lists of open source software.

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

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