https://github.com/laplacexd/genshin-api
https://github.com/laplacexd/genshin-api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/laplacexd/genshin-api
- Owner: LaplaceXD
- License: mit
- Created: 2021-08-30T07:11:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T15:37:13.000Z (about 4 years ago)
- Last Synced: 2025-03-21T06:15:17.609Z (7 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
[](https://www.repostatus.org/#wip)## License
[MIT](https://raw.githubusercontent.com/LaplaceXD/genshin-api/master/LICENSE)