An open API service indexing awesome lists of open source software.

https://github.com/uesteibar/newsletterjs

A newsletter creating and sending app built in angularjs and node-webkit
https://github.com/uesteibar/newsletterjs

Last synced: 2 months ago
JSON representation

A newsletter creating and sending app built in angularjs and node-webkit

Awesome Lists containing this project

README

        

##Instructions
1. clone repo
2. 'cd newsletterjs'
3. 'npm install' to install dependencies
4. running 'grunt build' will compile the app for both Windows and Mac OSX

##Stack
This project is built using AngularJS + Node-webkit and Bootstrap 3 (flatly theme).
It uses IndexedDB as the local DDBB (implementation can be found at 'indexedDBService.js')