GithubHelp home page GithubHelp logo

pesto-students / batch-11-relayer Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 2.77 MB

Relayer is a API bridge, which conncet between app and help you automate things

Home Page: https://relayer.netlify.com/

License: MIT License

HTML 0.59% JavaScript 97.81% CSS 1.60%
automation nodejs react api-bridge

batch-11-relayer's Introduction

batch-11-relayer

Project Specs

Instructions

  • Please create a issue first and then attach that issue to the PR, so that every one know what’s the need of the PR. Attaching issues to the PR using github keywords, will close the issues once the PR is merged. More info here.

  • Please follow a common git commit style guide. Somewhat similar to this guide

  • All PRs should be Rebase And Merged

Some of the points to keep in point

  • Every thing should be visible at the end of day (Golden rule)
  • Architecture - create architecture of the program before starting it, lay down all the entities. Define CRUD operations for these entities, create components around these entities.
  • GitHub - create guidelines for commit messages. Create separate environment for staging and production. Always rebase your branch. Every pull request should solve an single issue. Issue must be created before any pull request and should be closed after the issue is fixed. All discussions should be done on issues.
  • Slack - Every day standups, weekly loom videos, no private messages conversation, always be in public so that any one can improve or put his points into the arguments.
  • Testing - follow tdd as much as possible. There is no need for tests for presentational components, tests are only required for container components
  • Latest and stable - like Babel, import/ export, class variables.
  • Documentation (on README)
  • Abstraction- things which are common through out the app should be abstracted like buttons, forms, inputs
  • GIFs/ video for frontend prs.
  • Review each other PRs.
  • don’t commit in someone else pr

batch-11-relayer's People

Contributors

basantech89 avatar dependabot[bot] avatar nimish-gupta avatar rakeshup avatar souravdasslg avatar

Watchers

 avatar  avatar  avatar

Forkers

admarket14

batch-11-relayer's Issues

CORS cookie

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Add License

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Task History Page -- Frontend

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Create Task History Page.
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Add Task History Details Page -- Task History -- Frontend

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

User Sign Up

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

User signup is the first functionality for the product, from where the user's journey starts.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached a proper label with the issue
  • The issue is assigned to an assignee

React Router not working on Netlify

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Go to https://relayer.netlify.com
  2. Try to go to https://relayer.netlify.com/create
  3. Shows Page Not Found

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Remove Edit App Button from MyApps Page

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

There is an Edit button on the MyApps Page. Our team initially decided that we will allow the user to edit the app credentials. But now when thinking about it, it doesn't make sense to let the user change credentials once he has authorised the app.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Alignment Issue on Create Relay Page

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached a proper label with the issue
  • The issue is assigned to an assignee

Fix: Identify Currently Logged In User

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Slack -> Github Integration

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Frontend -- Signup and Signin Screens

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Signup and Signin screens for frontend

Expected Behavior

Component for signup and signin screen should be rendered with implemented UI

Current Behavior

No UI code is implemented

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

User Relay History

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Frontend -- Dashboard

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Dashboard Screen for Frontend

Expected Behavior

Component for dashboard screen should be rendered with implemented UI

Current Behavior

No UI code is implemented

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Slack scopes are wrong so Slack webhooks doesn't work for other workspaces

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Create and Configure Backend Boilerplate

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

User Login Is Success With Wrong Password

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

My Apps Page -- Frontend

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Remove Loader On Click of Authorise Button

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached a proper label with the issue
  • The issue is assigned to an assignee

Add Modal to MyApps Page -- Frontend

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Create New Relay -- FrontEnd

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Creating the UI of Create New Relay functionality.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Implement: User Login

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Github Integration

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Change all "require" statement to "import" statement in backend

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Setup mono-repo

Discuss mono-repo/multi-repo. Check the pros and cons of both the formats.

Frontend -- Add UI Framework

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

UI Framework (Reactstrap) for Frontend

Expected Behavior

Components should render with new UI Framework (Reactstrap)

Current Behavior

Grommet is being used

What is the current behavior?

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Implement Crypto : Encrypt Third-Party User Crdentials

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Frontend -- Landing Page

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Landing Page for the frontend

Expected Behavior

  1. Component for the landing page should rendered correctly with designed UI
  2. It should describe the relayer app

Current Behavior

Component is not fully implemented and doesn't describe anything about the app

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Implement Logic for Protected Routes

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Missing: User Logout Functionality

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Failure Logs

Please include any relevant log snippets or files here.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

Frontend -- Backend Integratio for Authentication

Issue Template

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Type of PR

  • Feature Request
  • Report Bug
  • Documentation Update
  • Other

Context

Integration of backend and frontend for authentication

Expected Behavior

Frontend should communicate with Backend for user authentication

Current Behavior

No integration is implemented

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Check

  • I have followed issue creation guidelines
  • I have attached proper label with the issue
  • The issue is assigned to a assignee

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.