https://github.com/n4bb12/celeste-api-types
🎯 TypeScript types for the Celeste REST API
https://github.com/n4bb12/celeste-api-types
age aoeo api celeste empires fan of online project rest types typescript
Last synced: 3 months ago
JSON representation
🎯 TypeScript types for the Celeste REST API
- Host: GitHub
- URL: https://github.com/n4bb12/celeste-api-types
- Owner: n4bb12
- License: isc
- Created: 2018-12-23T19:57:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T13:42:12.000Z (about 5 years ago)
- Last Synced: 2024-04-26T03:44:36.717Z (over 1 year ago)
- Topics: age, aoeo, api, celeste, empires, fan, of, online, project, rest, types, typescript
- Language: TypeScript
- Homepage: https://api.projectceleste.com
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Celeste API Types
TypeScript types for https://api.projectceleste.com
## Install
```
yarn add --dev celeste-api-types
```
## Usage
```ts
import { Materials } from "celeste-api-types"
```