GithubHelp home page GithubHelp logo

njs.icu's Introduction

njs.icu

A redirection url to many common things. Mainly focused on documentation.

When would I use this?

Let's say your buddy is asking a really dumb JavaScript question about how to use Array.map, instead of doing the searching yourself you could just link him to: njs.icu/mdn/array-map.

Or maybe your friend asks a really good question about what exactly Alan Turing did; just link him to njs.icu/wiki/alan-turing.

The full list of supported websites are listed at njs.icu. But I will also try to maintain them here.

How it works

This project is heavily inspired by mdn.io. It uses duckduckgo to return the most relevant result.

Essentially, clicking on njs.icu/mdn/object-assign is the same as:

  1. Going to duckduckgo
  2. Searching for: "object-assign site:developer.mozilla.org"
  3. Clicking on the first result.

This is great, but has the following side effects:

Links may change over time.

(Though it's worth noting that the link should always be relevant [according to duckduckgo])

Some sites work better than others.

For example, mdn is perfect for this because everything has its own page. So I could link something like njs.icu/mdn/array-foreach.

In contrast, the NodeJS docs aren't super great with this project. The NodeJS docs have only a page for the module, so njs.icu/node/fs-readfile and njs.icu/node/fs-writefile will link to the same page.

Current Sites

You can always view an up to date list of all the supported sites at njs.icu. This page is generated on each config update.

Add a site

Okay! Submit a pull request. Make sure the site fits these requirements:

  1. Is somehow useful for developers.
  2. Is for something that is widely used.
  3. Does not use a misleading path.

Also, please make sure to update the readme and the config.json with the sites you want to add.

Your PR will be rejected if you rename or remove another site without an excellent reason.

njs.icu's People

Contributors

eli-rich avatar

Watchers

 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.