Skip to content

denimandsteel/beardspotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beardspotter Readme

About

Beardspotter is an awesome single-page mobile web app that we cooked up to play with design for casual social and geo-location features. We solved a number of real problems with our little toy, and have made the code open source for you to learn from and reuse. If you use it, be a sport and throw us a credit at @denimandsteel or denimandsteel.com

Installation

Setting up on your local, make sure you install node.js and PostgreSQL:

Then you can deploy on Heroku (basically: http://devcenter.heroku.com/articles/node-js):

  • $ heroku create --stack cedar
  • $ git push heroku master
  • $ heroku ps:scale web=1
  • $ heroku addons:add shared-database
  • $ heroku run node schema.js
  • $ heroku open

Acknowledgements

The background photo on the main page is derived from http://www.flickr.com/photos/omaromar/2063335787/sizes/l/in/photostream/ by Omar Omar. The Creative Commons license for this photo can be viewed at http://creativecommons.org/licenses/by/2.0/

Additional design assistance from Angela Rabideau.

License

Copyright (C) 2012 Denim & Steel Interactive (Todd Sieling and Tylor Sherman)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published