https://github.com/code-star/codestar-twitterfeed
Twitterfeed for the codestar website
https://github.com/code-star/codestar-twitterfeed
Last synced: 6 months ago
JSON representation
Twitterfeed for the codestar website
- Host: GitHub
- URL: https://github.com/code-star/codestar-twitterfeed
- Owner: code-star
- Created: 2017-12-20T16:37:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T12:11:20.000Z (about 8 years ago)
- Last Synced: 2025-03-12T01:33:00.703Z (11 months ago)
- Language: Scala
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codestar Twitterfeed
Twitterfeed for the codestar website.
## Running
To test it locally make sure to have the following environment variables before running `sbt`.
- **TWITTER_CONSUMER_KEY**: The consumer key supplied by Twitter
- **TWITTER_CONSUMER_SECRET**: The consumer secret supplied by Twitter.
```bash
export TWITTER_CONSUMER_KEY=ABCDEFGHIJKLMNOPQRT
export TWITTER_CONSUMER_SECRET=abc123def456asdf
```
As with all Play applications, start it with `run` inside the `sbt`-shell.