Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

escobot/delish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev

Requirements:

  • NodeJS
  • NPM
  • Twitter Dev account and app

How to use:
1- Create a new Twitter account and a new Twitter app.
2- Update the .env file with your Twitter API key/secrets. (use .env_sample as a template and rename it .env)
3- Start server (see below)

Run using NPM:

# install dependencies
npm install

# run app at localhost:3000
npm start