Updated version of Omnimood with React with hooks and Node.js
git clone https://github.com/javenkn/omnimood-react.git
-
cd server
-
npm install
-
Get your twitter keys and tokens from your twitter dev account. (If you don't have a twitter dev account, you can use this link to sign up here: https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens.html)
-
create a .env file with your twitter keys and tokens
CONSUMER_KEY=XXXXXXXX
CONSUMER_SECRET=XXXXXXXX
ACCESS_TOKEN_KEY=XXXXXXXX
ACCESS_TOKEN_SECRET=XXXXXXXXX
- npm start
1. cd client
2. npm install
3. npm start