Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Latest commit

 

History

History
107 lines (60 loc) · 4.15 KB

README.md

File metadata and controls

107 lines (60 loc) · 4.15 KB

Build an API

ACM Hacktoberfest 2020

ACM Development

Update (10/27/2020)

All endpoints have been deployed! Run the command below to request data from the endpoint you created.
If you are using macOS, run the command in Terminal. If you are using Windows, run the command in Command Prompt (not Powershell).

  • daniel honrales: curl https://us-central1-htf-development.cloudfunctions.net/api/daniel-honrales

  • PeiYun Tseng: curl https://us-central1-htf-development.cloudfunctions.net/api/PeiYun_Tseng

  • hammad khan: curl https://us-central1-htf-development.cloudfunctions.net/api/hammad-khan

  • brian lam: curl https://us-central1-htf-development.cloudfunctions.net/api/brian-lam

  • sid khabiya: curl https://us-central1-htf-development.cloudfunctions.net/api/sid-k

  • brendan lim: curl https://us-central1-htf-development.cloudfunctions.net/api/brendan-lim

  • mike nguyen: curl https://us-central1-htf-development.cloudfunctions.net/api/get-data

  • perry son: curl https://us-central1-htf-development.cloudfunctions.net/api/perry-son

  • ian Ybarra: curl https://us-central1-htf-development.cloudfunctions.net/api/Ian-Ybarra

  • pingkeng hsieh: curl https://us-central1-htf-development.cloudfunctions.net/api/pingkeng-hsieh

  • ved sharma: curl https://us-central1-htf-development.cloudfunctions.net/api/ved-utd

  • farhan rahman: curl https://us-central1-htf-development.cloudfunctions.net/api/farhan-rahman

  • awab abdelrahim: curl https://us-central1-htf-development.cloudfunctions.net/api/awab-utd

  • abby thomas: curl https://us-central1-htf-development.cloudfunctions.net/api/abby-utd

  • sai bommisetty: curl https://us-central1-htf-development.cloudfunctions.net/api/sai-bommisetty

  • neha rode: curl https://us-central1-htf-development.cloudfunctions.net/api/neha-rode

  • abhishek mishra: curl https://us-central1-htf-development.cloudfunctions.net/api/abhishek_mishra

  • jerry teng: curl https://us-central1-htf-development.cloudfunctions.net/api/jerry_teng

  • travis dula: curl https://us-central1-htf-development.cloudfunctions.net/api/travis-dula

  • hannah eason: curl https://us-central1-htf-development.cloudfunctions.net/api/hannah-eason

  • paul lupeituu: curl https://us-central1-htf-development.cloudfunctions.net/api/paul-lupeituu

  • temoc utd: curl https://us-central1-htf-development.cloudfunctions.net/api/temoc-utd

  • Richard Noeske: curl https://us-central1-htf-development.cloudfunctions.net/api/Richard-Noeske

  • nam truong: curl https://us-central1-htf-development.cloudfunctions.net/api/nam-utd

  • nathan adam: curl https://us-central1-htf-development.cloudfunctions.net/api/nathan-adam

  • ryan noeske: curl https://us-central1-htf-development.cloudfunctions.net/api/ryan-noeske

  • kendal wiggins: curl https://us-central1-htf-development.cloudfunctions.net/api/kendal-utd

  • rajmeet juneja: curl https://us-central1-htf-development.cloudfunctions.net/api/temoc-utd

  • emily basile: curl https://us-central1-htf-development.cloudfunctions.net/api/emily-basile

  • jaden dick: curl https://us-central1-htf-development.cloudfunctions.net/api/jaden-dick

  • amrutha bhargavi: curl https://us-central1-htf-development.cloudfunctions.net/api/amrutha-utd/

  • nirranjan akilan: curl https://us-central1-htf-development.cloudfunctions.net/api/nirranjan-akilan

  • andrew tran: curl https://us-central1-htf-development.cloudfunctions.net/api/andrew-tran/

  • john ladera: curl https://us-central1-htf-development.cloudfunctions.net/api/jb-ladera

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
}