Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add freebies mentioned in the web article #2

Open
pavinduLakshan opened this issue Sep 14, 2021 · 8 comments
Open

add freebies mentioned in the web article #2

pavinduLakshan opened this issue Sep 14, 2021 · 8 comments
Labels
help wanted Extra attention is needed

Comments

@pavinduLakshan
Copy link
Owner

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
Copy link
Owner Author

pavinduLakshan commented Sep 14, 2021

@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 😃.

@pavinduLakshan pavinduLakshan added the help wanted Extra attention is needed label Sep 14, 2021
@ahmedinshaf
Copy link
Contributor

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
Copy link
Owner Author

pavinduLakshan commented Sep 14, 2021

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
Copy link
Contributor

ahmedinshaf commented Sep 15, 2021

I created json for every category that mentioned in article and added ✅ added to 👇
this repo

@ahmedinshaf
Copy link
Contributor

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
Copy link
Owner Author

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
Copy link
Owner Author

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
Copy link
Contributor

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants