Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablobm/fxos-experiments
Experiments on Firefox OS
https://github.com/pablobm/fxos-experiments
Last synced: 15 days ago
JSON representation
Experiments on Firefox OS
- Host: GitHub
- URL: https://github.com/pablobm/fxos-experiments
- Owner: pablobm
- License: unlicense
- Created: 2014-03-23T16:29:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T21:51:16.000Z (over 10 years ago)
- Last Synced: 2024-11-18T11:37:27.721Z (about 1 month ago)
- Language: JavaScript
- Size: 391 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# FirefoxOS experiments
Small webapps created to test features of FirefoxOS.
## Minimal
Simply prints a message. Used as a template for other experiments.
## Geolocation
Print position on the map, with some additional info.
## Douglas-Peucker
Draw many markers on a long polyline on a map. Watch performance. Try simplifying the polyline.
## Quit
How to close current application.
## IFrame
Using the [Browser API](https://developer.mozilla.org/en-US/docs/Web/API/Using_the_Browser_API) on an IFrame.