Collection of My Open-Source APIs.

Overview

GTAVModFinder

Experimental mod finder from gta5-mods.com

Installation βš’

npm update
npm install gta5mods-finder

NPM πŸ“‚

NPM Page - Phaticusthiccy's gta5mods-finder Package

Usage ⌨ ( For Local )

// ES-5
const fs = require('fs')
const exec = require('child_process').exec;
const gta5mods = require('gta5mods-finder')

async function start() {
  // For Mod Search
  await gta5mods.base('Neon Intro')
  var data = await gta5mods.read()
  console.log(data)
  
  // For User Scrap
  var data2 = await gta5mods.readuser('thiccy')
  console.log(data2)
}

// For Outside Async Function

gta5mods.base('Neon Intro').then(async (data) => {
  console.log(await gta5mods.read())
})

gta5mods.readuser('thiccy').then(async (data2) => {
  console.log(data2)
})

Usage ⌨ ( For Web )

// ES-5
const fs = require('fs')
const exec = require('child_process').exec;
const gta5mods = require('gta5mods-finder')

async function start() {
  // For Mod Search
  await gta5mods.baseWeb('Neon Intro')
  var data = await gta5mods.readWeb()
  console.log(data)
  
  // For User Scrap
  var data2 = await gta5mods.readuserWeb('thiccy')
  console.log(data2)
}

// For Outside Async Function

gta5mods.baseWeb('Neon Intro').then(async (data) => {
  console.log(await gta5mods.readWeb())
})

gta5mods.readuserWeb('thiccy').then(async (data2) => {
  console.log(data2)
})

Output πŸ’»

Mod Search

{
  status: true,
  name: "Neon Rockstar Intro",
  url: "https://www.gta5-mods.com/misc/neon-rockstar-intro",
  version: "3.0",
  author: "Thiccy",
  author_page: "https://www.gta5-mods.com/users/Thiccy"
}

User Scrap

{
  status: true,
  name: "Thiccy",
  profile_pic: "https://img.gta5-mods.com/q75-w100-h100-cfill/avatars/1358134/d7b595-tumblr_oshm2jYFiT1w320ago8_400.jpg",
  likes: "0",
  comments: "14",
  videos: "4",
  mods: "2",
  followers: "1",
  downloads: "1,458"
}

Notes πŸ“

status: If it is false, there is no result.

name(Mod Search): The mod's name.

name(User Scrap): The User's Name.

url: Mod's URL.

version: Mod's version.

author: Mod Owner's Name.

author_page: Mod Owner's Page URL.

profile_pic: User's Profile Pic URL.

likes: Number of Mods the User Liked.

comments: Number of the User's Comments.

videos: Number of the User's Uploaded Youtube Videos.

mods: Number of the User's Mods.

followers: User's Follower Count.

downloads: Total Download of User's Mods.

You might also like...

A recreation of a startpage posted on Reddit without the source, so I rewrote it in Next.js + Tailwind for the open source community.

Startpage "Figma Balls" Rewrite Why Did I Make This I saw a startpage posted on the subreddit r/startpages that I thought looked nice, but when I look

Mar 29, 2022

Let's participate in Hacktoberfest and contribute to open-source. Star the repo and open a PR to get accepted.

Let's participate in Hacktoberfest and contribute to open-source. Star the repo and open a PR to get accepted.

Let's Contribute To Open-source First Contributions This project aims to simplify and guide the way, beginners can make their first contribution towar

Dec 3, 2022

This repo is a collection of code samples and links to previous twitch live stream sessions. If you have any ideas or suggestions for future episodes, feel free to open an issue.

Talk DEV to me Talk DEV to me is a monthly show on twitch.tv/aws hosted by Tiago Barbosa and Alex Melnyk, where we invite customers, partners, or Amaz

Jan 6, 2023

A collection of plugins for open-ticket bot

Open Ticket Plugins This is a small collection of plugins for the open-ticket discord bot that I have developed. I have alot of private plugins that I

Oct 9, 2022

Foxpage portal, server apis and plugins

Foxpage portal, server apis and plugins

Low-code, made simple and fast Try live demo Foxpage is a lightweight front-end low-code framework. Features πŸ–₯️ Visualization. Provides visual page e

Dec 31, 2022

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ πŸ¦•

oak commons A set of APIs that are common to HTTP/HTTPS servers. HTTP Methods (/method.ts) A set of APIs for dealing with HTTP methods. Content Negoti

May 23, 2022

Weather-magic - Working with APIs to create a weather dashboard

Weather-magic - Working with APIs to create a weather dashboard

Weather Magic link to website Following the link above will bring you to the Wea

Feb 3, 2022

End-to-end typesafe APIs with tRPC.io in SvelteKit applications

✨ tRPC-SvelteKit End-to-end typesafe APIs with tRPC.io in SvelteKit applications. No code generation, run-time bloat, or build pipeline. ❀️ πŸ‡ΊπŸ‡¦ See b

Dec 29, 2022
Releases(1.1.8)
Owner
Thiccy
No need to lie, Who am I?
Thiccy
Open-source framework for building APIs

Fern Fern is an open source framework that makes it easier to build APIs. Fern allows you to Define a source-of-truth for your API Autogenerate idioma

Fern 32 Jan 1, 2023
Reference for How to Write an Open Source JavaScript Library - https://egghead.io/series/how-to-write-an-open-source-javascript-library

Reference for How to Write an Open Source JavaScript Library The purpose of this document is to serve as a reference for: How to Write an Open Source

Sarbbottam Bandyopadhyay 175 Dec 24, 2022
An Open-Source Platform to certify open-source projects.

OC-Frontend This includes the frontend for Open-Certs. ?? After seeing so many open-source projects being monetized ?? without giving any recognition

Open Certs 15 Oct 23, 2022
Shikhar 4 Oct 9, 2022
This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022. πŸ’» πŸŽ―πŸš€

HACKTOBERFEST-2022-GDSC-IET-LUCKNOW Beginner-Hacktoberfest Need Your first pr for hacktoberfest 2k22 ? come on in About Participate in Hacktoberfest b

null 8 Oct 29, 2022
Collection of JSON-RPC APIs provided by Ethereum 1.0 clients

Ethereum JSON-RPC Specification View the spec The Ethereum JSON-RPC is a collection of methods that all clients implement. This interface allows downs

null 557 Jan 8, 2023
Massive Open-Source Anti-agression Intelligence Collection is intended for civilians to be able to submit and verify intelligence items about an attacking force.

Massive Open-Source Anti-agression Intelligence Collection is intended for civilians to be able to submit and verify intelligence items about an attacking force.

William Brochmann 3 Mar 1, 2022
⚑️ A collection of open-source solution templates to integrate within Buildable Flows.

Buildable ⚑️ Buildable is an instant backend tool that makes a software developer’s day more delightful. We’re helping engineers breeze through featur

Buildable 161 Dec 15, 2022
πŸ› β€’ An open source project about a collection of useful daily prayers for Muslims.

Welcome to Prayer App! ?? Prayer App is an application that is used to display various collections of daily prayers. Built using Framework7. ?? Demo P

Rizki Karianata 3 Sep 5, 2022
Obsidian-Snippet-collection - A collection of snippet to customize obsidian

This repo is a collection of CSS snippets for Obsidian.md. To install them on PC

Mara 110 Dec 22, 2022