Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dowscope/ds-graph
https://github.com/dowscope/ds-graph
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dowscope/ds-graph
- Owner: Dowscope
- Created: 2024-04-16T22:15:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T01:00:33.000Z (9 months ago)
- Last Synced: 2024-09-18T06:28:55.795Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```