Skip to content

Commit

Permalink
Release twitch.js v1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoboMetalurgico committed Nov 23, 2020
1 parent 4601342 commit 478974c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<img src="https://media.discordapp.net/attachments/773922086188089374/774016163909992448/TwitchJS.png?width=879&height=475">
<img src="https://cdn.discordapp.com/attachments/780245027212492812/780245250382757930/TwitchJS.png">
<p>
<a href="https://discord.gg/26KFSUbVFe"><img src="https://img.shields.io/discord/773920681246851083?color=7289da&logo=discord&logoColor=FFFF55"/></a>
<a href="https://www.npmjs.com/package/@twitchapis/twitchjs"><img src="https://img.shields.io/npm/v/@twitchapis/twitchjs.svg?maxAge=3600"/></a>
<a href="https://www.npmjs.com/package/@twitchapis/twitchjs"><img src="https://img.shields.io/npm/dt/@twitchapis/twitchjs.svg?maxAge=3600"/></a>
<a href="https://github.com/twitchapis/TwitchJS"><img src="https://github.com/twitchapis/TwitchJS/workflows/Testing/badge.svg"/></a>
<a href="https://github.com/twitchapis/TwitchJS"><img src="https://img.shields.io/david/twitchapis/twitchJs.svg?maxAge=3600"/></a>
<a href="https://www.npmjs.com/package/@twitchapis/twitch.js"><img src="https://img.shields.io/npm/v/@twitchapis/twitch.js.svg?maxAge=3600"/></a>
<a href="https://www.npmjs.com/package/@twitchapis/twitch.js"><img src="https://img.shields.io/npm/dt/@twitchapis/twitch.js.svg?maxAge=3600"/></a>
<a href="https://github.com/twitchapis/twitch.js"><img src="https://github.com/twitchapis/twitch.js/workflows/Testing/badge.svg"/></a>
<a href="https://github.com/twitchapis/twitch.js"><img src="https://img.shields.io/david/twitchapis/twitch.js.svg?maxAge=3600"/></a>
</p>
<img src="https://nodei.co/npm/@twitchapis/twitchjs.png?downloads=true&stars=true">
<img src="https://nodei.co/npm/@twitchapis/twitch.js.png?downloads=true&stars=true">

## Summary

Expand Down Expand Up @@ -39,24 +39,23 @@ Twitchʲˢ is a [unnoficial] powerful [Node.js](https://nodejs.org) module that
## installing

**Node.js 12.0.0 or newer is required.**
`Ignore any warnings about unmet peer dependencies, as they're all optional.`

#### npm:
```bat
npm i @twitchapis/twitchjs
npm i @twitchapis/twitch.js
```
#### yarn:
```bat
yarn add @twitchapis/twitchjs
yarn add @twitchapis/twitch.js
```

## example-usage

```javascript
const Twitch = require('@twitchapis/twitchjs');
const Twitch = require('@twitchapis/twitch.js');

const Client = new Twitch.Client({
autoLogEnd: false,
autoLogEnd: true,
channels: ['space_interprise', 'lobometalurgico'],
debug: true
});
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@twitchapis/twitchjs",
"version": "1.0.0-ALPHA",
"description": "TwitchJS is a powerful Node.js module that allows you to easily interact with the TwitchTV making easy the way to make a TwitchTV bot, for a custom chat overlay for you OBS, or a moderation bot for you chat, or you just want a easy interface to TwitchTV.",
"name": "@twitchapis/twitch.js",
"version": "1.0.0-beta.0",
"description": "twitch.js is a powerful Node.js module that allows you to easily interact with the TwitchTV making easy the way to make a TwitchTV bot, for a custom chat overlay for you OBS, or a moderation bot for you chat, or you just want a easy interface to TwitchTV.",
"main": "./src/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twitchapis/TwitchJS.git"
"url": "git+https://github.com/twitchapis/twitch.js.git"
},
"author": "TwitchApis Team",
"contributors": [
Expand All @@ -17,9 +17,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/twitchapis/TwitchJS/issues"
"url": "https://github.com/twitchapis/twitch.js/issues"
},
"homepage": "https://github.com/twitchapis/TwitchJS#readme",
"homepage": "https://github.com/twitchapis/twitch.js#readme",
"engines": {
"node": ">=12.0.0"
},
Expand Down

0 comments on commit 478974c

Please sign in to comment.