https://github.com/nicmeister/halo-api-cache
Express NodeJS API for caching Halo MetaData.
https://github.com/nicmeister/halo-api-cache
Last synced: about 1 year ago
JSON representation
Express NodeJS API for caching Halo MetaData.
- Host: GitHub
- URL: https://github.com/nicmeister/halo-api-cache
- Owner: NicmeisteR
- Created: 2020-11-16T13:57:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T14:53:20.000Z (over 5 years ago)
- Last Synced: 2025-06-06T06:29:11.798Z (about 1 year ago)
- Language: JavaScript
- Homepage: halo-api-cache.nicmeister.vercel.app
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Halo-Api-Cache
Personal Express API to make using the Halo 5 API easier.
# Live Version
A live version is hosted on haloapi.nicmeister.cloud
## How To:
Simply do a REST API POST call with the below body to
# Setup
## Build
Run
> npm run build
## Start
Run
> npm start
## Test
Run
> npm test