0.7.0 • Published 4 years ago

@evilmonkeyinc/srd-api v0.7.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

SRD API

This library is still in under alpha development:

While this library is under development under version v0.x.x minor changes may include breaking changes normally expected of major change version upgrades.

The library changes will become more stable when it reaches v1.0.0 and future breaking changes will result in a major change to the version number.

Description

Tools and helpers to query content made available through the Systems Reference Document (SRD) and the Open Gaming Licence (OGL).

Usage

Install the package using npm install @evilmonkeyinc/srd-api

You can then import the library and use the exported client:

import srdClient from '@evilmonkeyinc/srd-api';

or you can import the individual API clients instead:

import { SpellAPI } from '@evilmonkeyinc/srd-api';

Conditions

The Condition object and the ConditionAPI is detailed here

Languages

The Language object and the LanguageAPI is detailed here

Races

The Race object and the RaceAPI is detailed here

Spells

The Spell object and the SpellAPI is detailed here

Licence

This project is covered under the MIT licence.

The files under public/ such as public/spells.json contains content from the SRD and is restricted and covered by the (OGL).

You can find the OGL here.

You can find the SRD source here.

0.7.0

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.3.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.2.5

4 years ago

0.2.3

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago