Skip to content

Moesif/moesif-feathersjs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moesif FeathersJS Example

FeathersJS is very popular web framework for node.js.

Moesif is an API analytics platform. moesif-express is a middleware that makes integration with Moesif easy for Express or even Node based web apps.

This example is an featherjs application with Moesif's API analytics and monitoring integrated.

How to run this example.

  1. Install all dependencies:
npm install
  1. Add your Moesif Application Id to the app.js

Your Moesif Application Id can be found in the Moesif Portal. After signing up for a Moesif account, your Moesif Application Id will be displayed during the onboarding steps.

You can always find your Moesif Application Id at any time by logging into the Moesif Portal, click on the top right menu, and then clicking Installation.

var moesifOptions = {
  applicationId: 'Your Moesif Application Id',
}
  1. Run the example, it will listen on port 3030.
node app.js
  1. Send some requests to some of the routes and verify that the API calls are captured in your Moesif account.
curl http:https://localhost:3030

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published