Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lnked/rating
Pure JavaScript star rating
https://github.com/lnked/rating
Last synced: about 2 months ago
JSON representation
Pure JavaScript star rating
- Host: GitHub
- URL: https://github.com/lnked/rating
- Owner: lnked
- Created: 2012-11-04T00:21:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-04T00:41:19.000Z (about 12 years ago)
- Last Synced: 2024-04-10T16:01:58.577Z (9 months ago)
- Size: 105 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rating
======Pure JavaScript star rating
// Template
// Run
rating.run('rating',function(data){
alert('checked value = ' + data);
});