Skip to content

Commit

Permalink
Complete story #1 and #4 Modify Readme to deploy
Browse files Browse the repository at this point in the history
Also closes enhancments #5 and #6
  • Loading branch information
toddwseattle committed Feb 9, 2018
1 parent f1a6884 commit e365fa4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

The RESTArea provides a rest API UI with the ability to set parameters and headers; and view the JSON response as well as headers and other information. After getting a response, with a click of a button, the RESTArea will generate a set of typescript interfaces based on the JSON response. These can then be used with client libraries, like the Angular HttpClient.

Contributions are welcome. Check the issues list or the feature backlog for things to add.
It is hosted and you can demo / use it at:
[https://rest-area.firebaseapp.com](https://rest-area.firebaseapp.com)

![demo gif](/src/assets/images/RESTAreaGetIntro020818.gif)

Special thanks to a couple of components that made building this easier:
- [angular2-prettyjson](https://github.com/matiboy/angular2-prettyjson) by [matiboy](https://github.com/matiboy)
- [ngx-clipboard](https://github.com/maxisam/ngx-clipboard) by [maxisam](http://maxisam.github.io/)

Contributions are welcome. Check the issues list or the [story backlog project](https://github.com/toddwseattle/rest-area/projects/1) for things to add.

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.3.

Expand Down

0 comments on commit e365fa4

Please sign in to comment.