The Hello World API project is a tutorial project prepared for a Technical Writers community. Thanks to this initiative, you can create documentation for a simple API and prepare documentation using the Docs As Code approach. The content in this repository is free to use for everybody.
The Hello World API:
- Javascript based
- Two endpoints:
- Get - Displaying message "Hello World"
- Post - Displaying hello message with your name
- API is published and accessible for the worldwide audience