Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
/ blizzapi Public archive

Commit

Permalink
Deprecate project (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwojcik authored Aug 8, 2024
1 parent 1b25c3e commit 7ef0ec4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 328 deletions.
74 changes: 0 additions & 74 deletions .mergify.yml

This file was deleted.

128 changes: 0 additions & 128 deletions CODE_OF_CONDUCT.md

This file was deleted.

99 changes: 0 additions & 99 deletions CONTRIBUTING.md

This file was deleted.

33 changes: 6 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# BlizzAPI

Flexible and feature-rich JavaScript / TypeScript library for easy access to [Blizzard Battle.net APIs](https://develop.battle.net/).
> **This project is no longer maintained or updated. While Battle.net API has been reasonably stable within last few years and that means the library should theoretically continue working for a while, I am no longer able to provide any support or maintenance. In case of bugs or breaking changes, feel free to fork the repo and publish your own updated version.**
Flexible and feature-rich JavaScript / TypeScript library for easy access to Blizzard Battle.net APIs.

## Install

Expand Down Expand Up @@ -32,38 +34,15 @@ console.log(data);
## Manual build

```bash
git clone https://github.com/blizzapi/blizzapi.git
git clone https://github.com/lwojcik/blizzapi.git
cd blizzapi
npm install
npm run build
```

## Documentation & examples

- [blizzapi.lukem.net](https://blizzapi.lukem.net) - documentation
- [blizzapi-docs](https://github.com/blizzapi/blizzapi-docs) - documentation repo on GitHub

- [blizzapi-example](https://github.com/blizzapi/blizzapi-example) - sample Express.js REST API with usage examples

- [Repositories that depend on BlizzAPI](https://github.com/blizzapi/blizzapi/network/dependents)

## Contributions

Contributions of any kind are welcome.

You can contribute to BlizzAPI by:

- submiting a bug report or a feature suggestion
- improving documentation either within the project itself or in the [doc site repository](https://github.com/blizzapi/blizzapi-docs)
- submitting pull requests

Before contributing be sure to read [Contributing Guidelines](https://github.com/blizzapi/blizzapi/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/blizzapi/blizzapi/blob/master/CODE_OF_CONDUCT.md).

## Contributors

To all who contribute code, improve documentation, submit issues or feature requests - thank you for making BlizzAPI even better!
## Documentation

We maintain an [AUTHORS](https://github.com/blizzapi/blizzapi/blob/master/AUTHORS) file where we keep a list of all project contributors. Please consider adding your name there with your next PR.
See [blizzapi-docs](https://github.com/lwojcik/blizzapi-docs) repo.

## Legal

Expand Down

0 comments on commit 7ef0ec4

Please sign in to comment.