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

https://github.com/laplacexd/genshin-api


https://github.com/laplacexd/genshin-api

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Genshin API

This is an API that houses data regarding the game Genshin Impact. The data here is scraped from [honey impact](https://genshin.honeyhunterworld.com/?lang=EN) using [puppeteer](https://developers.google.com/web/tools/puppeteer).

## Installation

To host this project locally, first, create a fork on your own GitHub.
Make sure you have [yarn](https://www.npmjs.com/package/yarn) installed and run `yarn` in your terminal to install the necessary dependencies.
Then, run this command in the console to start the project.
```bash
yarn dev
```

## Roadmap
- Finish characters data.
- Add support for selecting required fields.

## Project Status
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

## License
[MIT](https://raw.githubusercontent.com/LaplaceXD/genshin-api/master/LICENSE)