Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persephonepunch/polymerselect
https://github.com/persephonepunch/polymerselect
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/persephonepunch/polymerselect
- Owner: persephonepunch
- Created: 2015-02-14T20:29:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T20:51:39.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T08:54:37.657Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://persephonepunch.github.io/polymerSelect/
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polymer Starter Project
This project includes a set of Polymer components and a starter project,
designed to be used with the [Polytechnic tutorial](http://polymer-polytechnic.appspot.com/static/codelabs/1-polymer-first-app/#1).In this tutorial, you build a simple client for `unquote`, the read-only social networking service.
## Project contents
- `starter`. Scaffolding for the starter project. If you're working through the tutorial, start here!
- `step-2` to `step-4`. Intermediate versions of the project. Check your work!
- `step-5`. The completed `unquote` app.
- `components`. Selection of Polymer elements used in the project.
- `post-service`. A pre-built element that implements an interface to the `unquote` service.
- `api`. Data for the the `unquote` service.
- `images`. Avatar images.Find a problem in the tutorial? Please open a [Doc bug](https://github.com/robdodson/its-hackademic/issues/new) so we can fix it.