Abhishek Choudhary

Results 12 issues of Abhishek Choudhary

**[Insert URL to the app here.]** https://github.com/rgab1508/PixelCraft **[Explain what this app is about and why it should be included here.]** A pixel Art & Animation Creation Tool Built using HTML5...

PopCritic is a movie review website which is focussed on various aspects of films and help people find the best film to watch next. https://github.com/theabbie/PopCritic

I believe the following package should be added: > [cryptocrit](https://www.npmjs.com/package/cryptocrit) It is a useful tool for implementing Cryptocurrency in native react apps Thanks !!!

`https://www.shutterstock.com/studioapi/search?q={query}` `https://www.shutterstock.com/studioapi/images/{image_id}`

If the README contains Relative urls, it doesn't work in the webpage, For example, http://www.lib4dev.in/info/rgab1508/PixelCraft/294734621 https://github.com/rgab1508/PixelCraft The images have relative URLs with respect to the Repository, they work on Github...

There are various API endpoints which return JSON data, that will be more efficient instead of scraping it Example, `https://inshorts.com/api/en/search/trending_topics` `https://inshorts.com/api/en/news?category=top_stories&max_limit=10&include_card_data=true`

### Please confirm this pull request meets the following requirements: - [x] I followed the contributing guidelines: . ### Which change are you proposing? - [ ] Adding/updating open source...

### Please confirm this pull request meets the following requirements: - [x] I followed the contributing guidelines: . ### Which change are you proposing? - [x] Adding/updating open source project/s...

The 9gag Token generated by `random_sha1()` is 40 characters long, and doesn't work now. On intercepting 9gag token generated by the app, the token is 44 characters long. It definitely...

The mute API endpoint is as follows `https://devrant.com/api/devrant/rants/{rant_id}/mute` and unmute endpoint is, `https://devrant.com/api/devrant/rants/{rant_id}/unmute` I have added them.