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

https://github.com/connor11528/express-angular-sms

node.js app with angular front-end to send SMS in east Africa using Africa's Talking
https://github.com/connor11528/express-angular-sms

Last synced: 9 months ago
JSON representation

node.js app with angular front-end to send SMS in east Africa using Africa's Talking

Awesome Lists containing this project

README

          

express-angular-sms
===================

node.js app with angular front-end to send SMS in east Africa using Africa's Talking

typing speed: http://stackoverflow.com/questions/167752/how-can-you-display-typing-speed-using-javascript-or-the-jquery-library

base code for file uploads

Side nav:
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});

### Getting Started

Clone the repo

```
$ npm install && bower install
$ node server
```