2.1.5 • Published 3 years ago

imperial-node v2.1.5

Weekly downloads
115
License
MPL-2.0
Repository
github
Last release
3 years ago

imperial-node

A hastebin alternative but with user experience in mind with much more features!

forthebadge forthebadge forthebadge

About

This is an official API wrapper for the Imperial API. It's written in typescript and has premade type declarations.

Installation

Before using, make sure you have Node.js 8.0.0 or higher installed. Installation is done using these commands:

$ npm install imperial-node

or with yarn

$ yarn add imperial-node

Example Usage

import { Imperial } from "imperial-node";
// or
const Imperial = require("imperial-node").Imperial;

const client = new Imperial(/* token */);

client.createDocument("hello").then(console.log, console.error);

More can be found in the Imperial Documentation.

Running Locally

You can use these to run the tests:

$ npm ci
$ npm test

or with yarn

# if you already installed once make sure to remove node_modules
$ yarn install --frozen-lockfile
$ yarn test

Contributing

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work to your fork
  5. Submit a Pull request so that I can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

License

Copyright 2021 pxseu

Licensed under the Mozilla Public License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. \ You may obtain a copy of the License at:

https://www.mozilla.org/en-US/MPL/2.0/

A copy of the license is available in the repository's LICENSE file.

2.1.4

3 years ago

2.1.3

3 years ago

2.1.5

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.5

3 years ago

1.1.0

3 years ago

1.1.4

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago