Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawapi/api-data
Static data from the HawAPI database
https://github.com/hawapi/api-data
api api-data haw-api hawapi stranger-things stranger-things-api theproject-id
Last synced: about 14 hours ago
JSON representation
Static data from the HawAPI database
- Host: GitHub
- URL: https://github.com/hawapi/api-data
- Owner: HawAPI
- License: mit
- Created: 2023-01-18T00:15:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T19:08:15.000Z (about 1 year ago)
- Last Synced: 2023-08-18T20:43:30.924Z (about 1 year ago)
- Topics: api, api-data, haw-api, hawapi, stranger-things, stranger-things-api, theproject-id
- Language: JavaScript
- Homepage: https://hawapi.theproject.id/api
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# HawAPI - API-Data
Static data from the [HawAPI](https://github.com/HawAPI/HawAPI) project.
## Topics
- [Prerequisites](#prerequisites)
- [Dependencies](#dependencies)
- [Contributing](./docs/CONTRIBUTING.md)
- [Requesting](./docs/REQUESTTING.md)
- [Requesting#Static](./docs/REQUESTTING.md#static-data)
- [Requesting#Translation](./docs/REQUESTTING.md#translation-data)
- [Running](#running)
- [Contact](#contact)
- [License](#license)## Prerequisites
- The **HawAPI** project running (and all its [prerequisites](https://github.com/HawAPI/HawAPI/blob/main/docs/GETTING_STARTED.md#prerequisites))
- Node
- Npm or Yarn for **run the script**## Dependencies
- [dotenv](https://www.npmjs.com/package/dotenv)
## Setup
Step by step of how to run the application.
> See all [Prerequisites](#prerequisites)
### Clone
> **Note** \
> Alternatively, you could [download all files (Zip)](https://github.com/HawAPI/website/archive/refs/heads/main.zip)- SSH
```
git clone [email protected]:HawAPI/website.git
```- HTTPS
```
git clone https://github.com/HawAPI/website.git
```### Running
> Check [Requesting](./docs/REQUESTTING.md)
Before running the script:
-
- Create and define all required variables inside the `.env`. Use [.env.example](.env.example) as reference.If you are running using local HawAPI application create and define all required variables inside the `.env.dev` and use the `dev` command. Use [.env.dev.example](.env.dev.example) as reference.
#### Dev/Test
Using **dev** command all outputs will be stored on a `/dev/` folder.
```
yarn dev
```#### Production
Using **start** command all outputs will be stored on a `/database/` folder.
```
yarn start
```## Contact
For any questions about the project: [Contact](https://github.com/HawAPI/HawAPI#contact).
## License
HawAPI is licensed under the [MIT License](https://github.com/HawAPI/website/blob/main/LICENSE).
> Check out all [licenses/dependencies](https://hawapi.theproject.id/docs/about/#licenses)