https://github.com/microsoftedge/webonpi
Home application that comes pre-loaded on the #WebOnPi project
https://github.com/microsoftedge/webonpi
Last synced: about 1 year ago
JSON representation
Home application that comes pre-loaded on the #WebOnPi project
- Host: GitHub
- URL: https://github.com/microsoftedge/webonpi
- Owner: MicrosoftEdge
- License: mit
- Archived: true
- Created: 2016-01-19T23:36:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T08:04:36.000Z (over 6 years ago)
- Last Synced: 2025-03-14T22:29:32.538Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 237 MB
- Stars: 13
- Watchers: 12
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Welcome to the WebOnPi project!
[](https://gitter.im/MicrosoftEdge/WebOnPi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
This repo contains the default XAML application for the [#WebOnPi](https://twitter.com/search?f=tweets&vertical=default&q=%23WebOnPi) project. The majority of the code was borrowed from [the Windows IoT Core samples](https://github.com/ms-iot/samples/tree/develop/IoTCoreDefaultApp).
You can find more info about the #WebOnPi project [here](http://aka.ms/webonpi) and about Windows 10 IoT Core [here](http://windowsondevices.com).
##Sample Apps
- **Web Hello Blinky** allows you to toggle and modulate the blinking frequency of the on-board LED. This is possible thanks to the simple JavaScript projections of WinRT APIs. Check out the [web app's repo](https://github.com/seksenov/WebHelloBlinky) to see how you can easily control the Pi's GPIO's through JavaScript. You can download the UWP app [here](https://github.com/andypavia/WebHelloBlinkyUWP)
- **#WebOnPi** shows the newest 10 tweets with the hashtag: #WebOnPi. Tweet something out to see your tweet glide among the clouds all thanks to the Pi!
- **Blinky with CodePen**. CodePen's power is now available on the Pi. Play with HTML, CSS, and JavaScript on the fly! See the web app's code [here](https://github.com/csuwildcat/webonpi) and download the UWP app [here](https://github.com/andypavia/WebHelloBlinkyUWP)
- **MeteorJS Todos** helps you stay organized no matter your device. Desktop, mobile or even a Raspberry Pi, we got you covered. The app is built with the platform MeteorJS. Get the web app's code [here](https://github.com/seksenov/WindowsToDos) and the UWP app [here](https://github.com/andypavia/WebHelloBlinkyUWP)
- **MeteorJS Tutorial**. Learn how to build and deploy a MeteorJS app to the Pi
##Deployment
1. [Deploying using ManifoldJS](http://microsoftedge.github.io/WebAppsDocs/en-US/win10/CreateHWA.htm#mac)
2. [Deploying using Visual Studio](http://microsoftedge.github.io/WebAppsDocs/en-US/win10/DeployToPiWithVS.htm) (Windows)
##Tools
The samples have been validated using these tools:
* [Visual Studio 2015](http://go.microsoft.com/fwlink/?LinkID=534599)
* [Visual Studio 2015 Update 1](http://go.microsoft.com/fwlink/?LinkID=691134)
##Credit
We used [the Noun Project] (https://thenounproject.com) for the home application icons:
- [Checkmark icon](https://thenounproject.com/search/?q=checkmarks&i=308000)
- [Home icon](https://thenounproject.com/search/?q=home&i=11792)
- [LED icon](https://thenounproject.com/search/?q=led&i=23393)
- [Hashtag icon](https://thenounproject.com/search/?q=twitter&i=175680)
##Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.