pavinduLakshan / devbies

A curated collection of free resources for developers - inspired by hiddentools.dev
https://devbies.netlify.app
MIT License
6 stars 1 forks source link

add freebies mentioned in the web article #2

Open pavinduLakshan opened 2 years ago

pavinduLakshan commented 2 years ago

The following article contains 100+ free resources for designers and developers. I need your support to add them to Devbies platform.

https://dev.to/suhailkakar/best-design-resources-for-developers-4f

If interested, please let me know in the comments. Thanks a lot.

pavinduLakshan commented 2 years ago

@ahmedinshaf You can work on this also, only if you have some free time. If you are busy, It'll be a great help if you can let someone know who is willing to contribute ๐Ÿ˜ƒ.

ahmedinshaf commented 2 years ago

Since there are lots of resources in this article ,I can make a scraper to scrape the name,description,and url for every resource , But the problem is with image url ๐Ÿ˜‘ . Any suggestions to tackle this problem ?

pavinduLakshan commented 2 years ago

Good idea mchn ๐Ÿ‘ Regarding the image URL part, I was also thinking about that. I created a node.js app using Puppeteer that takes a screenshot of a webpage of a given URL, uploads it to Imgur and returns the image URL, but still couldn't deploy it. I will let you know once it's done. probably will be able to complete it by tomorrow. Let's continue this task after that. Cheers ๐Ÿฅ‚

ahmedinshaf commented 2 years ago

I created json for every category that mentioned in article and added โœ… added to ๐Ÿ‘‡ this repo

ahmedinshaf commented 2 years ago

Good idea mchn ๐Ÿ‘ Regarding the image URL part, I was also thinking about that. I created a node.js app using Puppeteer that takes a screenshot of a webpage of a given URL, uploads it to Imgur and returns the image URL, but still couldn't deploy it. I will let you know once it's done. probably will be able to complete it by tomorrow. Let's continue this task after that's done. Cheers ๐Ÿฅ‚

Thatโ€™s great !

pavinduLakshan commented 2 years ago

I created json for every category that mentioned in article and added โœ… added to ๐Ÿ‘‡ this repo

Thanks mchn. Good job you did there. I didn't expect that this fast ๐Ÿ˜ƒ

Currently I'm facing a power failure here. I will let you know once power comes and img generator is deployedโœŒ๏ธ.

pavinduLakshan commented 2 years ago

I created json for every category that mentioned in article and added โœ… added to ๐Ÿ‘‡ this repo

Thanks mchn. Good job you did there. I didn't expect that this fast ๐Ÿ˜ƒ

Currently I'm facing a power failure here. I will let you know once power comes and img generator is deployedโœŒ๏ธ.

I deployed the img ss generator. You can access it at https://devbies-backend.herokuapp.com/api/getUrlData.
pass the URL as the url query parameter and you will get a JSON response.

Example request:
https://devbies-backend.herokuapp.com/api/getUrlData?url=https://devbies.ml

Example response:
{ "img": "https://i.imgur.com/mFzlJf3.png", "url": "https://devbies.ml" }

I hope this will help you to generate image URLs for the resources. ๐Ÿ˜ƒ

ahmedinshaf commented 2 years ago

Sounds good, Using this SS generator I can work on creating json for each category ๐Ÿ‘๐Ÿผ. And also this SS generator๐Ÿคฉ will be helpful in future as well .