GitXplorerGitXplorer
j

nycpowerstatus.com

public
6 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
bebd4882f73c981626aea594df598de11f258f1c

Added --create flag to .rvmrc

jjpettersson committed 11 years ago
Unverified
25805e38b32207c00443e114b32f92e92f7db613

Added example database.yml file

jjpettersson committed 11 years ago
Unverified
a53411e46e29e5fb053d087c500dcb7bab7c6644

Centered the NYC and Long Island buttons in the nav.

jjpettersson committed 12 years ago
Unverified
c66b78ea270b2aa3bbd6f4d3430af26cbc34ba97

Removing NJ providers from the seed for now.

jjpettersson committed 12 years ago
Unverified
a7b5b5d12ee2aeddbe23dcb612f166705330af2b

Added a rake task to dump GPS data to fixtures

jjpettersson committed 12 years ago
Unverified
b116ea386a837dc88d353264ee1c68feb4a314e8

Rebuilt the views to display the current online customers instead of the inverse. Disabled NJ for now, sorry, it required too much upkeep to manage all the NJ providers. They will perhaps be added back at some point.

jjpettersson committed 12 years ago

README

The README file for this repository.

#Is NYC online? http://nycpowerstatus.com/

Find out if your favorite NYC neighborhood has electricity. Keep track of the Con Edison repairs in the aftermath of hurricane Sandy. Built using the coned gem (The latest version is called Sandy.

Project Goals

I want this project to become a valuable resource during emergencies, such as in the aftermath of a Hurricane. I'm also collecting data for future projects where I would like to compare & analyze a multitude of urban data feeds to build some enlightening info graphics and useful services.

The data collected by this project will soon be available in some suitable format.

Planned features

  • IE8+ Support
  • Tweet/Email notifications.

Feature wish list

  • Text Message notifications

I'm looking for a free text provider, please let me know if you have any ideas!

Contributing

Contributions are welcome! If you'd like to fix bugs or add some cool feature, this is a good workflow:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request