Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phawk/ng-list
Sample angular app integration with the Dropbox datastore API
https://github.com/phawk/ng-list
Last synced: 14 days ago
JSON representation
Sample angular app integration with the Dropbox datastore API
- Host: GitHub
- URL: https://github.com/phawk/ng-list
- Owner: phawk
- Created: 2014-02-04T21:46:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-04T22:10:51.000Z (almost 11 years ago)
- Last Synced: 2024-10-25T01:39:22.253Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ng-list
[![Travis CI build status](https://travis-ci.org/phawk/ng-list.png)](https://travis-ci.org/phawk/ng-list#)
Sample angular app integration with the [Dropbox datastore API](https://www.dropbox.com/developers/datastore/tutorial/js).
## Development
```sh
# First time
$ gem install sass
$ npm install
$ npm install grunt-cli -g# Continued development
$ grunt dev
```