Skip to content
/ acm_api Public

API to support ACM site and general operations.

Notifications You must be signed in to change notification settings

gw-acm/acm_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ACM API

This repository contains code for ACM's API, which currently supports the events page of the website by providing image content for the carousels. This could be expanded in the future to support more of the website or other ACM initiatives.

Configuration Required

In a config.json file, the following structure is required for interaction with Google Drive to work.

{
  "google-drive": {
    "api-key": "API KEY HERE",
    "folder-id": "FOLDER ID HERE"
  }
}

About

API to support ACM site and general operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages