@flarie/core
TypeScript icon, indicating that this package has built-in type declarations

1.0.20 • Public • Published
NOTE: THIS REPOSITORY IS A WIP AND AS SUCH THE APIS ARE
MORE THEN LIKELY GOING TO CHANGE DRASTICALLY

A universal bot framework!~ ❤️

Docs

NPM Version NPM Downloads

CI Build Coveralls zx-bulk-release

Supported Platforms

  • Campfire (local testing harness)
  • Discord

Install

# Install the Flarie Core
$ npm install @flarie/core
# Install any Platforms you need
$ npm install @flarie/discord

Usage

import { Flarie, CampfirePlatform } from '@flarie/core';
import { DiscordPlatform } from '@flarie/discord';

const flarie = new Flarie({
    platform: new DiscordPlatform({
      token: '<your-discord-bot-token-here>'
    });,
});

Known Issues

These are issues that we know about, but don't have a clear fix for!

There are currently no known issues, thanks for checking!

Readme

Keywords

none

Package Sidebar

Install

npm i @flarie/core

Weekly Downloads

3

Version

1.0.20

License

MIT

Unpacked Size

3 kB

Total Files

2

Last publish

Collaborators

  • cozybot
  • cecilia-sanare