https://github.com/rdmurphy/never-again
Never build an HTML table by hand again.
https://github.com/rdmurphy/never-again
Last synced: about 1 year ago
JSON representation
Never build an HTML table by hand again.
- Host: GitHub
- URL: https://github.com/rdmurphy/never-again
- Owner: rdmurphy
- Created: 2013-03-11T05:04:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T17:08:19.000Z (about 13 years ago)
- Last Synced: 2025-03-26T13:38:18.497Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://never-again.herokuapp.com/
- Size: 358 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Never Again!
============
[Check out a demo here.](http://never-again.herokuapp.com)
**Never Again!** is a little web app that's meant to take some of the load off the data and tech teams of [The Texas Tribune](http://www.texastribune.org) and provide some basic capabilities to reporters. The hope is to make it easy for reporters to add basic forms of interactivity to their stories.
The easier it is == the more likely it will happen.
Caveats
-------
Currently, **Never Again!** is built to suit the Texas Tribune way of doing things. I plan to "de-Tribune" it in the near future so it's more generic, so others can pull it in and add their own customizations on top of the basic framework.
Installation
------------
Pretty easy. Clone the repository, then:
`pip install -r requirements.txt`
If you are running it locally, you can just use `python app.py`. If you have [Heroku](http://www.heroku.com) good to go on your machine, there is a prepared `Procfile` for when you shove it up to an instance.