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

punctuations/ac-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api - ac

Introduction

ac is a website that plays Animal Crossing Music depending on the time and weather, this repository is an API for that.

This API is the official API for the site, all of the data returned is taken all from the source.

Getting started

You can access the API endpoint by going to ac-api.vercel.app which will return a big ol' JSON response, then you can parse that.

If you're looking for a specific time and/or weather you can read more about queries in the docs.

What is this site made with?

This site (the API docs) is made with Nextra which is a very cool & very convenient Next.js Static Site Generator.

You can see more about Nextra on their GitHub Repo.

Contributing

You can get started by forking this project, then make adjustments as needed, create a pull request, from there it will be reveiwed and either be merged or not.

Development

If you're contributing, or just cloned it, to start up the development server first:

intall depedencies

yarn

and start!

yarn dev