https://github.com/phawk/ng-list
Sample angular app integration with the Dropbox datastore API
https://github.com/phawk/ng-list
Last synced: 6 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-04T22:10:51.000Z (about 12 years ago)
- Last Synced: 2025-02-05T21:55:23.916Z (about 1 year 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
[](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
```