guild-wars-two-typescript-api-wrapper
v1.5.0
Published
[![Build Status](https://img.shields.io/travis/Luke-Draper/guild-wars-two-typescript-api-wrapper.svg)](https://travis-ci.org/Luke-Draper/guild-wars-two-typescript-api-wrapper) [![Testing Coverage](https://coveralls.io/repos/github/Luke-Draper/guild-wars-t
Downloads
3
Readme
Guild Wars 2 TypeScript API Wrapper
A TypeScript library that wraps the Guild Wars two API and provides a simple interface to get the data from it.
This library reads the Guild Wars 2(GW2) API using Axios and wraps it in descriptive TypeScript classes. It can access all or some of the data on request and has support for a GW2 user API key. It is easy to use, and follows the naming convention of the API to avoid confusion.
Use it in your project
TODO Edit once setup function is complete.
Add to your project:
npm install guild-wars-two-typescript-api-wrapper
Developing
If you'd like to edit something just clone the repo and install:
git clone https://github.com/Luke-Draper/guild-wars-two-typescript-api-wrapper.git DevelopmentDirectory
cd DevelopmentDirectory
npm install
This installs the dependencies and sets up the development environment.
Features
TODO Edit once functionality is complete.
Contributing
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Links
- Repository: https://github.com/Luke-Draper/guild-wars-two-typescript-api-wrapper
- Issue tracker: https://github.com/Luke-Draper/guild-wars-two-typescript-api-wrapper/issues
Licensing
The code in this project is licensed under MIT license.