Imperial.js
Official NodeJS API wrapper for https://imperialb.in
Install / Use
/learn @imperialbin/Imperial.jsREADME
imperial.js
Share code with anyone in a matter of seconds.
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.js
or with yarn
$ yarn add imperial.js
Example Usage
import { Imperial } from "imperial.js";
// or
const Imperial = require("imperial.js").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
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work to your fork
- 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 Apache 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
109.5kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
100.3kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
