Skip to content

hadiazt/medias-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medias Info

An NODE Module For Getting Download Link And Some Extra Info For You Entry Called Medias Info

Functions :


PCGame - ConsoleGame - Songs - Moives - Tv

Function Object Info :


name : Your Entry For Search

Example Of Usage :

const { PCGame, ConsoleGame } = require('medias-info')

PCGame({ name: '' }).then(res => { console.log(res) })
ConsoleGame({ name: '' }).then(res => { console.log(res) })

// --------- OR --------- //

const Data /* Or Every Var You Want */ = require('medias-info')

Data.Moives({ name: '' }).then(res => { console.log(res) })
Data.Tv({ name: '' }).then(res => { console.log(res) })

Or Visit test File


GitHub language count   GitHub last commit   License   ir




📊 Repo Stats

forks stars watchers


🤝 Contributing

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/medias-info.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request

🌟 Spread the word!

If you want to say thank you and/or support active development of the repo:

  • Add a GitHub Star to the project!
  • Join our discord servers sosis.
  • Follow my profile hadi-az

Thanks so much for your interest in growing the reach of the repo!


⚠️ License

This repo is free and open-source software licensed under the MIT General Public License v3.0. All designs were created by hadi-az.


Releases

No releases published

Packages

No packages published