Skip to content

Commit

Permalink
refactor [skip ci]: consumet extensions -> consumet.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
riimuru committed Jul 15, 2022
1 parent 73d2f27 commit e53078e
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
We are closing this issue. If the issue still persists in the latest version of
Consumet Extensions, please reopen the issue and update the description. We will try our
consumet.ts, please reopen the issue and update the description. We will try our
best to accomodate it!
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>Contributing</h1>

This guide is for the people who are interested in contributing to Consumet Extensions. It is not a complete guide yet, but it should help you get started. If you have any questions or any suggestions, please open a [issue](https://github.com/consumet/extensions/issues/new?assignees=&labels=Bug&template=bug-report.yml) or join the [discord server](https://discord.gg/qTPfvMxzNH).
This guide is for the people who are interested in contributing to consumet.ts. It is not a complete guide yet, but it should help you get started. If you have any questions or any suggestions, please open a [issue](https://github.com/consumet/extensions/issues/new?assignees=&labels=Bug&template=bug-report.yml) or join the [discord server](https://discord.gg/qTPfvMxzNH).

See our [informal contributing guide](./docs/guides/contributing.md) for more details on contributing to this project.

Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<p align="center"><img src="https://raw.githubusercontent.com/consumet/extensions/5c3bc399fd12ebdaa915dc69b7bdf82cbdf4201c/assets/images/consumetlogo.png" width="175"/></p>
<p align="center"><img src="https://consumet.org/images/consumetlogo.png" width="175"/></p>

<h1 align="center"> Consumet Extensions </h1>
<h1 align="center"> consumet.ts </h1>

Consumet Extensions is a Node library which provides high-level APIs to get information about several entertainment mediums like books, movies, comics, anime, manga, etc.
consumet.ts is a Node library which provides high-level APIs to get information about several entertainment mediums like books, movies, comics, anime, manga, etc.

<p align="center">
<a href="https://www.npmjs.com/package/@consumet/extensions">
<img src="https://img.shields.io/npm/v/@consumet/extensions" alt="npm (scoped)">
</a>
<a href="https://github.com/consumet/extensions/actions?query=workflow%3A%2Node.js+CI%22">
<img src="https://img.shields.io/github/workflow/status/consumet/extensions/Node.js%20CI/master" alt="GitHub Workflow Status (branch)">
<img src="https://img.shields.io/github/workflow/status/consumet/consumet.ts/Node.js%20CI/master" alt="GitHub Workflow Status (branch)">
</a>
<a href="https://discord.gg/qTPfvMxzNH">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="Prs are welcome">
</a>
<a href="https://github.com/consumet/extensions/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/consumet/extensions" alt="GitHub">
<a href="https://github.com/consumet/consumet.ts/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/consumet/consumet.ts" alt="GitHub">
</a>
<a href="https://discord.gg/qTPfvMxzNH">
<img src="https://img.shields.io/discord/987492554486452315.svg?label=discord&labelColor=7289da&color=2c2f33" alt="Discord">
</a>
</p>

## Table of Contents
- [Table of Contents](#table-of-contents)
<h2> Table of Contents </h2>

- [Quick Start](#quick-start)
- [Installation](#installation)
- [Usage](#usage)
Expand All @@ -39,7 +39,7 @@ Consumet Extensions is a Node library which provides high-level APIs to get info

### Installation

To use Consumet Extensions in your project, run:
To use consumet.ts in your project, run:
```bash
yarn add @consumet/extensions
# or "npm i @consumet/extensions"
Expand Down Expand Up @@ -73,11 +73,11 @@ const results = gogoanime.search("One Piece").then(data => {
})
```

Do you want to know more? Head to the [`Getting Started`](https://github.com/consumet/extensions/tree/master/docs/guides/getting-started.md).
Do you want to know more? Head to the [`Getting Started`](https://github.com/consumet/consumet.ts/tree/master/docs/guides/getting-started.md).

## Documentation
- [`Getting Started`](./docs/guides/getting-started.md)
- [`Guides`](https://github.com/consumet/extensions/tree/master/docs)
- [`Guides`](https://github.com/consumet/consumet.ts/tree/master/docs)
- [`Anime`](./docs/guides/anime.md)
- [`Manga`](./docs/guides/manga.md)
- [`Books`](./docs/guides/books.md)
Expand All @@ -88,16 +88,16 @@ Do you want to know more? Head to the [`Getting Started`](https://github.com/con

## Ecosystem
- [Rest-API Reference](https://docs.consumet.org/) - public rest api documentation
- [Examples](https://github.com/consumet/extentions/tree/master/examples) - examples of using Consumet Extensions.
- [Examples](https://github.com/consumet/extentions/tree/master/examples) - examples of using consumet.ts.
- [Provider Status](https://github.com/consumet/providers-status/blob/main/README.md) - A list of providers and their status.
- [Changelog](https://github.com/consumet/extensions/blob/master/CHANGELOG.md) - See the latest changes.
- [Changelog](https://github.com/consumet/consumet.ts/blob/master/CHANGELOG.md) - See the latest changes.
- [Discord Server](https://discord.gg/qTPfvMxzNH) - Join our discord server and chat with the maintainers.

## Provider Request
Make a new [issue](https://github.com/consumet/extensions/issues/new?assignees=&labels=provider+request&template=provider-request.yml) with the name of the provider on the title, as well as a link to the provider in the body paragraph.
Make a new [issue](https://github.com/consumet/consumet.ts/issues/new?assignees=&labels=provider+request&template=provider-request.yml) with the name of the provider on the title, as well as a link to the provider in the body paragraph.

## Contributing
Check out [contributing guide](https://github.com/consumet/extensions/blob/master/docs/guides/contributing.md) to get an overview of Consumet Extensions development.
Check out [contributing guide](https://github.com/consumet/consumet.ts/blob/master/CONTRIBUTING.md) to get an overview of consumet.ts development.

## Support
Please join the [discord server](https://discord.gg/qTPfvMxzNH) to ask questions, get help, or report issues.
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Consumet Extensions</h1>
<h1 align="center">consumet.ts</h1>
<h2> Table of Contents </h2>

- [Getting Started](./guides/getting-started.md): Introduction tutorial for Consumet Extensions. This is where beginners should start.
- [Getting Started](./guides/getting-started.md): Introduction tutorial for consumet.ts. This is where beginners should start.
- [Anime](./guides/anime.md): How to use anime providers.
- [Manga](./guides/manga.md): How to use manga providers.
- [Books](./guides/books.md): How to use book providers.
Expand All @@ -10,4 +10,4 @@
- [Comics](./guides/comics.md): How to use comic providers.
- [Meta](./guides/meta.md): How to use meta providers.
- [Benchmarks](https://github.com/consumet/providers-status#readme): Real-time benchmarking of providers.
- [Contributing](./guides/contributing.md): Details about how to contribute to Consumet Extensions.
- [Contributing](./guides/contributing.md): Details about how to contribute to consumet.ts.
2 changes: 1 addition & 1 deletion docs/guides/anime.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Consumet Extensions</h1>
<h1 align="center">consumet.ts</h1>

<h2>ANIME</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/books.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Consumet Extensions</h1>
<h1 align="center">consumet.ts</h1>

<h2>BOOKS</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/comics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Consumet Extensions</h1>
<h1 align="center">consumet.ts</h1>

<h2>COMICS</h2>

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/contributing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1> Contributing To Consumet Extensions </h1>
Thank you for your interest in contributing to Consumet Extensions. We appreciate whatever form of contribution you are willing to make. There is no such thing as a little contribution.
<h1> Contributing to consumet.ts </h1>
Thank you for your interest in contributing to consumet.ts. We appreciate whatever form of contribution you are willing to make. There is no such thing as a little contribution.

<br/>
<br/>
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">Consumet Extensions</h1>
<h1 align="center">consumet.ts</h1>

## Getting Started

Hello! Thank you for checking out Consumet Extensions!
Hello! Thank you for checking out consumet.ts!

This document aims to be a gentle introduction to the library and its usage.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/light-novels.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Consumet Extensions</h1>
<h1 align="center">consumet.ts</h1>

<h2>LIGHT_NOVELS</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/manga.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Consumet Extensions</h1>
<h1 align="center">consumet.ts</h1>

<h2>MANGA</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/meta.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Consumet Extensions</h1>
<h1 align="center">consumet.ts</h1>

<h2>META</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/movies.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Consumet Extensions</h1>
<h1 align="center">consumet.ts</h1>

<h2>MOVIES</h2>

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@consumet/extensions",
"version": "1.0.4",
"description": "Consumet extensions",
"description": "Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -21,7 +21,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/consumet/extensions.git"
"url": "git+https://github.com/consumet/consumet.ts.git"
},
"keywords": [],
"authors": [
Expand All @@ -30,9 +30,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/consumet/extensions/issues"
"url": "https://github.com/consumet/consumet.ts/issues"
},
"homepage": "https://github.com/consumet/extensions#readme",
"homepage": "https://github.com/consumet/consumet.ts#readme",
"dependencies": {
"ascii-url-encoder": "^1.2.0",
"axios": "^0.27.2",
Expand Down Expand Up @@ -60,4 +60,4 @@
"test": "test",
"lib": "src"
}
}
}
1 change: 0 additions & 1 deletion src/providers/manga/mangadex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { capitalizeFirstLetter } from '../../utils';
class MangaDex extends MangaParser {
override readonly name = 'MangaDex';
protected override baseUrl = 'https://mangadex.org';

protected override logo =
'https://nitter.net/pic/pbs.twimg.com%2Fprofile_images%2F1391016345714757632%2Fxbt_jW78.jpg';
protected override classPath = 'MANGA.MangaDex';
Expand Down

0 comments on commit e53078e

Please sign in to comment.