Skip to content

javenkn/omnimood-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Omnimood 😂😡😭

Updated version of Omnimood with React with hooks and Node.js

Try It Out On Local

git clone https://github.com/javenkn/omnimood-react.git

Server

  1. cd server

  2. npm install

  3. 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)

  4. create a .env file with your twitter keys and tokens

CONSUMER_KEY=XXXXXXXX
CONSUMER_SECRET=XXXXXXXX
ACCESS_TOKEN_KEY=XXXXXXXX
ACCESS_TOKEN_SECRET=XXXXXXXXX
  1. npm start

Client

1. cd client
2. npm install
3. npm start

About

Updated version of Omnimood with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published