Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pereslavtsev/civfanatics-grabber
Simple resource parser for CivFanatics Forums
https://github.com/pereslavtsev/civfanatics-grabber
civilization grabber xenforo
Last synced: about 2 months ago
JSON representation
Simple resource parser for CivFanatics Forums
- Host: GitHub
- URL: https://github.com/pereslavtsev/civfanatics-grabber
- Owner: pereslavtsev
- License: mit
- Created: 2021-05-31T10:31:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T14:25:09.000Z (over 3 years ago)
- Last Synced: 2024-11-15T22:12:43.729Z (about 2 months ago)
- Topics: civilization, grabber, xenforo
- Language: TypeScript
- Homepage: https://forums.civfanatics.com
- Size: 325 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CivFanatics Grabber
![NPM](https://img.shields.io/npm/l/civfanatics-grabber)
![npm](https://img.shields.io/npm/v/civfanatics-grabber)
![CircleCI](https://img.shields.io/circleci/build/github/pereslavtsev/civfanatics-grabber/master)
![Coveralls](https://img.shields.io/coveralls/github/pereslavtsev/civfanatics-grabber)
![Codacy branch grade](https://img.shields.io/codacy/grade/ab07b3eddb5d4e058cf37cbb4ead919c/master)Simple resource parser for [CivFanatics Forums](https://forums.civfanatics.com/).
## Install
```shell
pnpm i civfanatics-grabber
```
npm:
```shell
npm i civfanatics-grabber
```
or using yarn:
```shell
yarn add civfanatics-grabber
```
## Usage```typescript
import api from 'civfanatics-grabber';const resource = await api.downloads.getResource(12345);
```## License
[MIT](https://choosealicense.com/licenses/mit/)