Heroku: Publishing a Sinatra App
When it comes to publishing web (or API-only) apps, I either pick Openshift [https://www.openshift.com/] or Heroku [https://dashboard.heroku.com/] for hosting. Both services are...
When it comes to publishing web (or API-only) apps, I either pick Openshift [https://www.openshift.com/] or Heroku [https://dashboard.heroku.com/] for hosting. Both services are...
Step 0 - Download Raspbian OS The first thing we need to do is download Raspbian OS [https://www.raspberrypi.org/downloads/]. Once the disk image has been...
Here's a simple python script for Raspberry Pi. Step 1 - Install sudo apt-get update sudo apt-get install python-dev sudo apt-get install python-rpi.gpio -------------------------------------------------------------------------------- Step...