This is a page of usage of F0RT1ND API! the fort.ind API is a API for weather, search and can retreive contents from webpages it is local and stays on your device
Download the API from here (Browser users)
if you're on Linux or macOS, get it (incase if you do not have a browser, or non browser users only):
wget https://synaptic.fort1nd.com/dl/f0rt1nd-api.zip
curl --output api.zip https://synaptic.fort1nd.com/dl/f0rt1nd-api.zip
When you extract the files, run:
node server.js
this will run the API.
Lots of things indeed! You can use it to find weather, access Google search, and retrieve content from GitHub and other source code sites!
Example, weather usage:
http://localhost:3000/weather?city=New%20York < replace with your city.
http://localhost:3000/search?query=google < replace it with your query
http://localhost:3000/retrieve?url=example.com < replace it with your html link
Make an issue on the fort.ind GitHub fort-ind/fort.ind-api