Skip to content

In "Build an API," you'll learn how to create your own simple API endpoint that accepts your email and returns your name + Discord username!

Notifications You must be signed in to change notification settings

Zakenmaru/htf-development

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build an API

ACM Hacktoberfest 2020

ACM Development

Overview

Access workshop content at TrackIT & use code HTF Development

What You'll Learn

By the end of this workshop, you will have a good understanding of the following concepts:

  • Node.js
  • Express
  • Serverless
  • Cloud functions

Deployment

After your pull request is approved, your endpoint will be added to our API! You can make a request with the following command:

curl https://us-central1-htf-development.cloudfunctions.net/api/first-last

Example Response =>

{
    "discord": "harshasrikara#2033",
    "name": "Harsha Srikara",
    "email": "[email protected]",
    "points": 0
}

About

In "Build an API," you'll learn how to create your own simple API endpoint that accepts your email and returns your name + Discord username!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 100.0%