Skip to content

Latest commit

 

History

History
 
 

server-spark

Anime Watcher - Server

An api to decode pages into a simple model.

Usage

If you're planning to use this server you can follow these steps.

1 - Search for a anime on google

You can use this Sample Link. It have filters for pages that we can handle.

2 - Grab the link of one result

Select one result and copy its link, there is no need navigate to the page, this is what we're trying to avoid.

Here is a sample:

https://www.animesorion.video/60417

3 - Send the link to the server

The link should be passed as text/plain on the request body. You should use POST. Be careful: do not send the url quoted, it will mess up the server.

You can run a sample with this command bellow:

curl https://anime-watcher-spark.herokuapp.com/decoder -d "https://www.animesorion.video/60417"

Documentation

We use Api Blueprint for documentation.

Our documentation is here.

You can use one mock server to run the documentation as a server.

If you want to see documentation in a better way, use a renderer.