Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.38 KB

Serverless API

[WIP] Through this API you can get information from Characters, Guilds and Worlds. This information is taken from https://www.tibia.com/ with one scraper (Also, from this project) and in the close future from our own database.

Usage

Even, when this is A WIP project. The API is available in: https://tibia-suite-serverless.netlify.app/api

Routes

Examples

/worlds/[:world]

/characters/:character

/guilds/:guild

Development

We are using netlify to run our serverless. So, you will need Netlify CLI.

After that, you can run a local server with just:

netlify dev