Yash-Parsana / CrazyCoderServerlessApi

This is backend api of CrazyCoder App which serves realtime data from various platforms through web scraping hosted on Netlify Serverless function. CrazyCoder App: https://github.com/Yash-Parsana/CrazyCoderApp | CrazyCoder website : https://crazycoder-eight.vercel.app
https://play.google.com/store/apps/details?id=com.parsanatech.crazycoder
15 stars 15 forks source link

Added scraping function for scraping user profile from coding ninjas platform #51

Open GbCderr14 opened 4 months ago

GbCderr14 commented 4 months ago

Now _/codingninjas/:username will give the details of the user's profile from coding ninjas platform.. for eg. image

fixes #23

GbCderr14 commented 4 months ago

@Yash-Parsana please check it now it's done as you said multiple await statements are now combined into single Promise.all await statement.and please let me know if there is any need of correction