ctodmia / ngTwitter

an angularjs application for making POST and GET request to twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngTwitter

an angularjs application for making POST and GET request to twitter

The following guide is a tutorial written by Carine Todmia. It will demonstrate how create an Angularjs application that consumes Web service APIs. Specifically how to make various GET and POST request to Twitters API.

PHASE I

  1. Set up your index.html file with all the required script tags. //install angularjs, ui-router //use while angular2 is still out <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>

    //initialize your application with ng-app at the top of your html tag or on your body tag.

About

an angularjs application for making POST and GET request to twitter

License:Apache License 2.0


Languages

Language:JavaScript 54.3%Language:HTML 45.7%