https://github.com/badsyntax/polymer-twitter
An example twitter stream built with polymer web components
https://github.com/badsyntax/polymer-twitter
Last synced: 11 months ago
JSON representation
An example twitter stream built with polymer web components
- Host: GitHub
- URL: https://github.com/badsyntax/polymer-twitter
- Owner: badsyntax
- License: mit
- Created: 2014-06-28T17:09:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-05T15:08:01.000Z (over 11 years ago)
- Last Synced: 2025-03-17T14:22:06.032Z (11 months ago)
- Language: CSS
- Homepage: http://polymer-twitter.badsyntax.co:8002/
- Size: 191 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Polymer twitter
A tiny twitter client I developed as an introduction to Polymer.
### Demo
You'll need a decent brower to view the demos.
* Dev version: http://polymer-twitter.badsyntax.co:8002/
* Build version: http://polymer-twitter.badsyntax.co:8002/build.html
### Tech used
* Polymer (web components)
* web-animations
* Node.js (json api for getting twitter timeline)
### Dev setup:
Install dependencies:
`npm install && bower install`
### Dev script:
Run the app: `npm run start`
Build the app `npm run build`