Open pavinduLakshan opened 3 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 ๐.
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 ?
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 ๐ฅ
I created json for every category that mentioned in article and added โ added to ๐ this repo
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 !
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 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. ๐
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 .
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.