Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjamincharity/angular-ratings
:star::star::star::star::star: An Angular directive to view or submit ratings.
https://github.com/benjamincharity/angular-ratings
Last synced: 8 days ago
JSON representation
:star::star::star::star::star: An Angular directive to view or submit ratings.
- Host: GitHub
- URL: https://github.com/benjamincharity/angular-ratings
- Owner: benjamincharity
- Created: 2015-11-23T13:57:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T14:38:40.000Z (over 8 years ago)
- Last Synced: 2024-10-16T06:31:55.816Z (23 days ago)
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Angular Ratings
[Demo MISSING](_URL_)
## Installation
```
$ bower install angular-ratings --save
$ npm install angular-ratings --save
```Or
Include the JavaScript and CSS files in the head of your document:
```
```
## Usage
### Scripts
* `npm run build` - produces production version of your library under the `dist` folder
* `npm run dev` - produces development version of your library under the `dist` folder and runs a
watcher