chatbot-api
Commands
advice
Get a piece of advice, either random or by ID.
Get random advice
GET /commands/advice
Get advice by ID
GET /commands/advice/{ID}
chucknorris
Get a random satirical factoid about martial artist and actor Chuck Norris.
GET /commands/jokes/chucknorris
ctof
Convert a temperature from Celsius to Fahrenheit.
GET /commands/temperature/ctof/{temperature}
ctok
Convert a temperature from Celsius to Kelvin.
GET /commands/temperature/ctok/{temperature}
ftoc
Convert a temperature from Fahrenheit to Celsius.
GET /commands/temperature/ftoc/{temperature}
ftok
Convert a temperature from Fahrenheit to Kelvin.
GET /commands/temperature/ftok/{temperature}
ktoc
Convert a temperature from Kelvin to Celsius.
GET /commands/temperature/ktoc/{temperature}
ktof
Convert a temperature from Kelvin to Fahrenheit.
GET /commands/temperature/ktof/{temperature}
Get the current time in a 12-hour format for a certain timezone.
GET /commands/time/current/12/{timezone}
Get the current time in a 24-hour format for a certain timezone.
GET /commands/time/current/24/{timezone}
License
MIT License