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

https://github.com/dimpu/nativescript-gituser

A sample app build using NativeScript,TypeScript and Angular2. It gets data from github api to show user pic, login name and git score. For more info got to
https://github.com/dimpu/nativescript-gituser

Last synced: 2 months ago
JSON representation

A sample app build using NativeScript,TypeScript and Angular2. It gets data from github api to show user pic, login name and git score. For more info got to

Awesome Lists containing this project

README

          

# NativeScript-GitUser
A sample app build using NativeScript,TypeScript and Angular2. It gets data from github api to show user pic, login name and git score.

You can find compleate tutorial series

[Part 1](http://blog.techumber.com/build-your-first-mobile-app-with-the-nativescript-part-1/)
[Part 2](http://blog.techumber.com/build-your-first-mobile-app-with-the-nativescript-part-2/)
[Part 3](http://blog.techumber.com/build-your-first-mobile-app-with-the-nativescript-part-3/)
[Part 4](http://blog.techumber.com/build-your-first-mobile-app-with-the-nativescript-part-4/)
[Part 5](http://blog.techumber.com/build-your-first-mobile-app-with-the-nativescript-part-5/)

## How to run it?

```
git clone https://github.com/dimpu/NativeScript-GitUser.git GitUser
cd GitUser
tns liveSync android --watch
```