Skip to content

alex3165/elm-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Twitter feed made with Elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published