Skip to content

Sutto/pixtory

Repository files navigation

Pixtory Build Status

This provides the pixtory API used in the the Pixtory iOS app.

See ourpixtory.com for more information.

Setup

Note that pixtory requires Ruby 2.0, Bundler and Postgres to be installed.

git clone git://github.com/Sutto/pixtory.git
cd pixtory
bundle install
createuser pixtory
createdb pixtory_test -O pixtory
createdb pixtory_development -O pixtory
rake db:migrate
rails runner 'DumpImporter.import! "data/dump.csv"'

Manual Data

The data in data/dump.csv is pulled from our initial data set on Google Docs, pulled from the State Library of WA.

This data is licensed under Creative Commons BY-NC-SA.

Code

All code for Pixtory is released under the MIT License. Please see LICENSE in this repository.

Copyright the Pixtory Team, 2013.

About

Pixtory API - Contextually relevant history photo API of Doom for #govhack 2013.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors