Skip to content

Web-API for dnd5eapi.co simple api for things within the Official 5th Edition SRD and easily accessible through a modern RESTful API.

Notifications You must be signed in to change notification settings

aurelione/dnd5e_api.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

dnd5e_api.js

Web-API for dnd5eapi.co simple api for things within the Official 5th Edition SRD and easily accessible through a modern RESTful API. Source

Example

async function main() {
	const { Dnd5EApi } = require("./dnd5e_api.js")
	const dnd5EApi = new Dnd5EApi()
	const resourceUrls = await dnd5EApi.getResourceUrls()
	console.log(resourceUrls)
}

main()

About

Web-API for dnd5eapi.co simple api for things within the Official 5th Edition SRD and easily accessible through a modern RESTful API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published