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
- Host: GitHub
- URL: https://github.com/dimpu/nativescript-gituser
- Owner: dimpu
- License: mit
- Created: 2016-07-14T11:44:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T12:54:10.000Z (over 9 years ago)
- Last Synced: 2025-02-15T23:42:16.739Z (11 months ago)
- Language: TypeScript
- Homepage: http://blog.techumber.com/
- Size: 17 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```