1.0.4 • Published 3 years ago

simple-play-store-search v1.0.4

Weekly downloads
157
License
ISC
Repository
github
Last release
3 years ago

simple-play-store-search

Search for an application from the Google Play Store.

npm

const { search } = require("simple-play-store-search");
search("discord").then(console.log);

/*
{
    icon: "https://play-lh.googleusercontent.com/_4zBNFjA8S9yjNB_ONwqBvxTvyXYdC7Nh1jYZ2x6YEcldBr2fyijdjM2J5EoVdTpnkA",
    name: "Discord - Talk, Video Chat & Hang Out with Friends",
    url: "https://play.google.com/store/apps/details?id=com.discord",
    developer: {
        name: "Discord Inc.",
        url: "https://play.google.com/store/apps/developer?id=Discord+Inc."
    },
    price: "Free",
    description: "Your place to talk, video chat, and hang out with friends and communities.",
    rating: "4.5"
}
*/
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago