Categorygithub.com/AnesBenmerzoug/udemy-api-data
repositorypackage
0.0.0-20210916125601-60344b617c07
Repository: https://github.com/anesbenmerzoug/udemy-api-data.git
Documentation: pkg.go.dev

# README

udemy-api-data

This repository contains code for fetching Courses and Reviews data from the Udemy API.

Refer to their documentation for more details.

Usage

Put your Udemy's client ID and secret into a .env file in the root of the repository with similar content to the following:

CLIENT_ID=<Your Client ID>
CLIENT_SECRET=<Your Client Secret>

Then simply execute the following command to run the data fetching:

make run