https://github.com/sourcec0de/ng-evaporate
a demo using angular, nodejs, evaporatjs
https://github.com/sourcec0de/ng-evaporate
Last synced: 9 months ago
JSON representation
a demo using angular, nodejs, evaporatjs
- Host: GitHub
- URL: https://github.com/sourcec0de/ng-evaporate
- Owner: sourcec0de
- Created: 2014-06-15T19:07:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T19:07:15.000Z (almost 12 years ago)
- Last Synced: 2025-01-12T11:32:54.400Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ng-evaporate
============
This is a demo using
- NodeJS
- AngularJS
- [EvaporateJS][1]
#### how to
Install npm dependencies
```sh
npm install
```
Setup your S3 bucket, enable cors, and start the server using your AWS credentinals as env variables. If you configured everything correctly the demo should work out of the box.
```sh
AWS_ACCESS_KEY=your_aws_access_key AWS_SECRET_KEY=your_aws_secret AWS_BUCKET=your_bucket_name node index.js
```
I will be turning this into a directive some time soon. But this is my proof of concept.
[1]:https://github.com/TTLabs/EvaporateJS