Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dowscope/ds-graph


https://github.com/dowscope/ds-graph

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DS-Graph

A tool used to assist in the connection to Microsoft Graph

## Installation

Run the following command while in the root directory of your project.
```
npm install ds-graph --save-all
```

## Usage

Use the following line to initialize this package.
```
const dsg = require("ds-graph")
```