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

https://github.com/karan/storming

:umbrella: Hacking The Tweetstorm... With Pictures of Text
https://github.com/karan/storming

Last synced: 5 months ago
JSON representation

:umbrella: Hacking The Tweetstorm... With Pictures of Text

Awesome Lists containing this project

README

          

Storming
========

No work is being done in this repo. Please check https://github.com/asm-products/storming-me for the most updated code.

![](https://raw.githubusercontent.com/karan/Storming/master/screen.png?token=ADHGIfqMIxyYAkV3shcdsK-VpzUGI5Mhks5UngfvwA%3D%3D)

Hacking The Tweetstorm... With Pictures of Text

## License

Copyright 2014 Karan Goel - karan@goel.io

The IP for this codebase is owned by Karan Goel.

**The users are free to**:

- download, build and modify the app;
- share the modified source code;

Permission to use, copy, modify, and/or distribute this software for any purpose is hereby granted, free of charge, subject to the following conditions:

- all copies retain the above copyright notice and this permission notice unmodified;

- all copies retain the name of the software (Storming.ME), the name of the author (Karan Goel) and the contact information (including, but not limited to, pointers to karan@goel.io and storming.me URLs) unmodified;

- no fee is charged for distibution of the software;

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

## Built With

- Node.js
- Express.js
- MongoDB
- Twitter
- Jade
- Jquery

## Running

### Development

Make `config/constants.js` (see `config/constants.production.js` for format.)

Then run

$ node bin/www

### Production

- Set the appropriate environment variables (see `config/constants.production.js`).
- Set `NODE_ENV` to `production`.
- Push/Deploy.