한국어 명언 API는 아래와 같은 기능을 제공하는 API 입니다.
- 랜덤으로 한국어 명언 불러오기
조건으로 한국어 명언 불러오기
https://korean-advice-open-api.vercel.app/api/advice
위 링크로 get 요청 보내시면 됩니다.
{
"author": "에이브러햄 링컨",
"authorProfile": "미국 16대 대통령",
"message": "반드시 이겨야 하는 건 아니지만 진실할 필요는 있다. 반드시 성공해야 하는 건 아니지만, 소신을 가지고 살아야 할 필요는 있다."
}
포크 후 /api/_advices.ts
에 추가하고 싶은 명언을 추가 한 뒤 PR 보내주세요.
초기 명언 리스트 : chkim116/kadvice
git clone https://github.com/gwongibeom/korean-advice-open-api.git
Install the Vercel CLI:
npm i -g vercel
Then run the app at the root of the repository:
vercel dev
Made with contrib.rocks.
k201gun@kakao.com