Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 422 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 422 Bytes

Twitter app made with Elm

Twitter timeline feed for a given user.

(Concept app made with Elm)

How to start

First you need to create a start.sh file and set the following env variables before starting the node server:

  • CONSUMER_KEY
  • CONSUMER_SECRET
  • ACCESS_TOKEN_KEY
  • ACCESS_TOKEN_SECRET

Start the node server:

npm i

npm run start

Start the elm app:

elm-app package install
elm-app start