Git Product home page Git Product logo

web-learn's Introduction

Web Learn is an open source service which provides simple access to thousands of video lessons on web developing and programming.

Web Learn

Development

To start making any changes to the project, you first need to copy it to your computer using one of the available methods. For example, this can be done using the git clone command:

git clone https://github.com/freearhey/web-learn.git

Then you need to go to the project folder and install all the dependencies:

# change directory
cd web-learn

# install dependencies
npm install

The next step is to create the .env file in the project folder with the YouTube Data API key:

echo "YOUTUBE_API_KEY=YOUR_API_KEY_HERE" > .env

The key can be obtained via Google API Console: https://console.developers.google.com/

And after that you can start the development server:

npm run dev

and open the site in a browser. Usually the server starts at http://localhost:8080.

Contributing

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.

For example, if you want to add new topic to the site you only need to create a Yaml file inside the topics folder with its description:

nodejs.yml

id: nodejs # topic id
title: Node.js # full title of the topic
score: 149856 # number of questions on http://stackoverflow.com/tags
color: '#539e43' # usually the main color of the logo
site: http://nodejs.org # official site (optional)

License

MIT

web-learn's People

Contributors

freearhey avatar danhogan avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.