Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)