Integration Documentation

Complete guide to integrate Noodown into your project

Create a Server and get API Key

Create a new server to start monitoring

  1. Log in to your account Noodown.com
  2. In the dashboard, go to the section "Servers"
  3. Click the button "Add Server" or "New Server"
  4. Fill in the form:
    • Name: Give a descriptive name for your server (e.g., "Production API", "Staging Backend")
    • Description: (Optional) Add a description to facilitate identification
  5. After creating the server, you will receive a Server Key

Tip: You can create multiple servers for different environments (development, staging, production). Each server will have its own Server Key.

Choose your Framework

Select between Fastify or Express

Next Steps

Complete the integration and start monitoring

  1. Make sure the .env file is configured correctly
  2. Import and register the middleware in your server (as per the examples above)
  3. Restart your server to apply the changes
  4. Make some requests to test
  5. Go back to the dashboard and check the logs in the section "Logs"

Success! If you're seeing logs in the dashboard, the integration was completed successfully! Now you can monitor all HTTP requests from your server in real time.