https://github.com/kkrishguptaa/repo-rater.js
API Wrapper to interact with the RepoRater API 🪅
https://github.com/kkrishguptaa/repo-rater.js
api-wrapper eddiehub npm repo-rater typescript
Last synced: about 2 months ago
JSON representation
API Wrapper to interact with the RepoRater API 🪅
- Host: GitHub
- URL: https://github.com/kkrishguptaa/repo-rater.js
- Owner: kkrishguptaa
- License: gpl-3.0
- Archived: true
- Created: 2024-01-08T15:49:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T01:17:59.000Z (7 months ago)
- Last Synced: 2025-03-28T14:14:40.269Z (about 2 months ago)
- Topics: api-wrapper, eddiehub, npm, repo-rater, typescript
- Language: TypeScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Sunsetted in liue of the deprecation of RepoRater itself.
![]()
repo-rater.js
API Wrapper to interact with the RepoRater API 🪅
## 🌟 Features
- All the endpoints from [RepoRater](https://github.com/EddieHubCommunity/RepoRater) are available.
- Completely Typesafe.
- Easy to use.## 🛠️ Technologies Used
- **Typescript**: [typescript](https://www.typescriptlang.org/)
- **Rating System**: [EddieHubCommunity/RepoRater](https://github.com/EddieHubCommunity/RepoRater)## 🔥 Usage
### 🚀 Production
- Install the package using `yarn add repo-rater.js`
- Use it however you see fit.
### 🛠️ Development
- Clone the repository
- Install dependencies using `yarn`
- Do the necessary changes
- `yarn build` to build the project
- Test it however you see fit.## 📝 License
This project is licensed under the GNU GPL v3 License. See the [LICENSE](LICENSE) file for more information.