The Wayback Machine - https://web.archive.org/web/20210815015254/https://github.com/topics/hacktoberfest2019
Skip to content
#

hacktoberfest2019

Here are 398 public repositories matching this topic...

cosmos
SDE-Interview-Questions
rishabh-bansal
rishabh-bansal commented Oct 4, 2019

Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!

Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech

P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on

survol

Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure you add the program under the correct language directory. Happy coding
  • Updated Jul 1, 2021
  • C++
tobiasmuehl
tobiasmuehl commented Apr 25, 2020

Seeing that there are more features added that need input parameters, I think we should refactor the scrape function as such:

type AliExpressScrapeOptions = {
  puppeteerOptions?: LaunchOptions,
  feedbackLimit?: Number,
  shippingCountryNames?: String[] // should be typed with the list of country codes so it's clear which standard is being used
}

function scrape(productId

Improve this page

Add a description, image, and links to the hacktoberfest2019 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hacktoberfest2019 topic, visit your repo's landing page and select "manage topics."

Learn more