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
- Host: GitHub
- URL: https://github.com/connor11528/express-angular-sms
- Owner: connor11528
- Created: 2014-03-11T17:07:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T17:24:27.000Z (over 11 years ago)
- Last Synced: 2024-04-13T03:20:47.737Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```