/elm-jobs-twitter-bot

A simple Twitter bot to share Elm jobs

Primary LanguageJavaScript

A simple bot that listen to a WebHook from FidelisClayton/elm-jobs and post the job on Twitter @elmjobs_

Running

First you must set your environment variables with Twitter credentials of your application. Just run cp ./.env.sample ./.env and set the values.

And then:

npm install
npm start