Skip to content

AnoojNair/microsoft-graph-explorer

 
 

Repository files navigation

Microsoft Graph Explorer

The Microsoft Graph Explorer lets developers quickly navigate and test API endpoints.

The Graph Explorer is written in TypeScript and powered by:

Running the explorer locally

  • npm install to install project dependencies. npm is installed by default with Node.js.
  • bower install
  • npm start starts the TypeScript compiler in watch mode and the local server. It should open your browser automatically with the Graph Explorer at http://localhost:3000/.

Other commands

  • npm test to run tests from the command line for scenarios like parsing metadata and functional explorer tests.
  • node .\bundleLocFiles.js combines all the loc files in translation_files/ to scripts/loc_strings.ts
  • npm run build:prod to build the minified explorer for production use.

Contributing

Please see the contributing guidelines.

Additional resources

Copyright

Copyright (c) 2017 Microsoft. All rights reserved.

About

Navigate and test Microsoft Graph endpoints

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.0%
  • HTML 9.5%
  • JavaScript 5.0%
  • CSS 4.5%