Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.22 KB

README.md

File metadata and controls

28 lines (20 loc) · 2.22 KB

Hoot

Remix on Glitch

Hoot is a simple social app that lets you hoot statuses. More importantly, it has a simple REST API written in Node and Express which you can connect to ReadMe!

This project features all of the following ReadMe-powered tools:

  • ReadMe API Metrics, which allows users to see their API logs within the API documentation and project administrators to view insights based on API usage
    • See this example in /middleware/metrics.js
  • ReadMe Custom Login to log users into the API documentation, which allows them to interact with the Hoot API using their Hoot login credentials
    • See this example in /middleware/jwt.js
  • swagger-inline to generate a full OpenAPI document using in-line comments from the code in the /api directory
    • See the swagger-inline usage in /bin/openapi/generate.sh
  • rdme to upload the OpenAPI document to ReadMe's interactive API Explorer
    • See the rdme usage in /bin/openapi/upload.sh
  • @readme/eslint-config, which ensures that this codebase conforms to ReadMe's core coding standards
    • Run npm test to lint the codebase

Other common tools used:

For setup instructions, see SETUP.md.