balena-cli/lib/data/examples.json

97 lines
3.7 KiB
JSON
Raw Normal View History

2014-12-22 15:59:47 +00:00
[
{
2014-12-22 16:20:08 +00:00
"name": "basic-resin-node-project",
"display_name": "Node.js Starter Project",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/resin-io/basic-resin-node-project",
"description": "This is a simple Hello, World project for node.js designed to act as a basis for future work. It demonstrates how to install native Linux packages and configure your application."
},
{
2014-12-22 16:20:08 +00:00
"name": "cimon",
"display_name": "Cimon",
2014-12-22 15:59:47 +00:00
"repository": "https://bitbucket.org/efwe/cimon",
"description": "A simple tool for reading temperatures from a USB-enabled thermometer. This project is used as the backend to efwe's awesome temperature visualisation at 123k.de.",
"author": "efwe"
},
{
2014-12-22 16:20:08 +00:00
"name": "firebaseDTL",
"display_name": "Digital Temperature Logger",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/shaunmulligan/firebaseDTL",
"description": "A Firebase-backed Digital Temperature Logger allowing you to connect devices with multiple temperature sensors to a central cloud-based datastore.",
"author": "Shaun Mulligan"
},
{
2014-12-22 16:20:08 +00:00
"name": "digitiser",
"display_name": "Digitiser",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/shaunmulligan/digitiser",
"description": "A tool for displaying integer values from a JSON endpoint on a MAX7219 7-segment display.",
"author": "Shaun Mulligan"
},
{
2014-12-22 16:20:08 +00:00
"name": "basic-gpio",
"display_name": "Example Pi Pins Application",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/shaunmulligan/basic-gpio",
"description": "A simple application which demonstrates the use of the Pi Pins library to interface with GPIO.",
"author": "Shaun Mulligan"
},
{
2014-12-22 16:20:08 +00:00
"name": "coder",
"display_name": "Google Coder",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/resin-io/coder",
"description": "Resin.io-enabled version of Google's excellent Coder project which makes it easy to develop web projects on your device."
},
{
2014-12-22 16:20:08 +00:00
"name": "hoversnap",
"display_name": "Hoversnap",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/resin-io/hoversnap",
"description": "A tool for controlling a camera using a foot switch in order to capture shots in which people appear to be flying."
},
{
2014-12-22 16:20:08 +00:00
"name": "resin-piminer",
"display_name": "Pi Miner",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/csquared/resin-piminer",
"description": "A bitcoin miner for the Raspberry Pi.",
"author": "Chris Continanza"
},
{
2014-12-22 16:20:08 +00:00
"name": "resin-cctv",
"display_name": "Resin CCTV",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/abresas/resin-cctv",
"description": "A project which allows you to use your devices as a CCTV camera system which hooks into Dropbox.",
"author": "Aleksis Brezas"
},
{
2014-12-22 16:20:08 +00:00
"name": "resin_player",
"display_name": "Resin Player",
2014-12-22 15:59:47 +00:00
"repository": "https://bitbucket.org/lifeeth/resin_player/",
"description": "A project which allows you to play squeezebox media through your devices.",
"author": "Praneeth Bodduluri"
},
{
2014-12-22 16:20:08 +00:00
"name": "salesforceTemp",
"display_name": "Salesforce Temperature Probe",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/shaunmulligan/salesforceTemp",
"description": "Example application for interfacing with a temperature probe using Salesforce.com.",
"author": "Shaun Mulligan"
},
{
2014-12-22 16:20:08 +00:00
"name": "sms2speech",
"display_name": "SMS to Speech",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/alexandrosm/sms2speech",
"description": "A simple tool which uses Twillio to read out incoming SMS messages.",
"author": "Alexandros Marinos"
},
{
2014-12-22 16:20:08 +00:00
"name": "resin-kiosk",
"display_name": "Simple Digitiser Kiosk",
2014-12-22 15:59:47 +00:00
"repository": "https://bitbucket.org/lifeeth/resin-kiosk",
"description": "Displays values from a JSON endpoint on your browser in kiosk mode",
"author": "Praneeth Bodduluri"
},
{
2014-12-22 16:20:08 +00:00
"name": "text2speech",
"display_name": "Text to Speech Converter",
2014-12-22 15:59:47 +00:00
"repository": "https://github.com/resin-io/text2speech",
"description": "A simple application that makes your device speak out loud."
}
]