Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djpowers/rumors
A community for sharing rumors
https://github.com/djpowers/rumors
Last synced: 27 days ago
JSON representation
A community for sharing rumors
- Host: GitHub
- URL: https://github.com/djpowers/rumors
- Owner: djpowers
- Created: 2014-07-06T21:02:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T06:26:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T02:05:05.976Z (3 months ago)
- Language: Ruby
- Homepage: http://patkellyrumors.herokuapp.com
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rumors
An application built with React and Ruby on Rails (using Webpacker) which accepts posts via web form or Twitter hashtag.
Install required dependencies with `yarn install` and `bundle install`.
Run the server with `foreman start -f Procfile.dev -p 3000`.
Ensure Twitter API credentials are set as environment variables. Copy `.env.example` to `.env` and update with your API key and secret.