Skip to content

wujiaqi/foodtrucks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foodtrucks

Dockerized foodtruck app that runs on Raspberry Pi. Based on resin/rpi-raspbian base image.

How to build and run

Make sure you have Docker installed

###Clone this repo

$ git clone https://github.com/wujiaqi/foodtrucks.git

###Set access tokens in env Set access tokens and keys for Twitter and Pushbullet in the env.list file

$ cat env.list
# Twitter access key/tokens
TW_CONSUMER_KEY=<key>
TW_CONSUMER_SECRET=<secret>
TW_ACCESS_TOKEN=<token>
TW_ACCESS_TOKENSECRET=<tokensecret>

# access token for pushbullet
PUSHBULLET_TOKEN=<access token>

###docker build

$ docker build -t rpi-foodtrucks .

###Run

$ docker run -d --name="rpi_foodtrucks" rpi-foodtrucks 

About

Foodtruck notification server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published