0.1.1 • Published 3 months ago

rootdata v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

rootdata

A package to use node-fetch to access the Rootdata API

    1. Search
    1. Project Query
    1. Organization Query
    1. Query Investors (Plus, Pro)
    1. Query Investment and Financing (Plus, Pro)
    1. Synchronous Updates (Pro)

Installation

npm install rootdata

Usage

import { search } from "rootdata";

const projects = await search("rootdata");

const result = await projectQuery({ project_id: 1391 });

License

MIT

0.1.1

3 months ago

0.1.0

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago