Giter VIP home page Giter VIP logo

dividend's Introduction

Dividend

배당금 프로젝트

내가 궁금한 회사를 검색하여 배당금 지급 내역을 확인해 보세요!

프로젝트 기간 : 7.28 ~

인원: 개인프로젝

사용한 웹사이트 : 야후파이넨스

API 명세서

🎯 배당금 API

✅ GET/finance/dividend/{companyName}

특정 회사의 배당금 내역 조회

{companyName : "좋은회사", dividend :[{date:"2020.3.21",price:"2.00",..}]}

회사 이름과 배당금 지급 내역을 보여줌

✅ GET/company/autocomplete?keyword=O

배당금 검색 - 자동완성

keyword 파라미터로 배당금 이름을 검색하면 {result:["O","OAS",...]}

와 같이 해당 글이 들어간 배당금 키워드를 반환한다.

✅GET/company

회사 리스트 조회

{result : [{companyName: "좋은회사",ticker : "GOOD"},{companyName:"a",ticker:"b"},...]}

✅ POST/company

배당금 저장

{ticker : "GOOD"} ticker 파라미터로 받아주세요

DB에 {ticker : "GOOD", companyName : "좋은회사"} 이렇게 저장합니다.

✅ DELETE/company?ticker=GOOD

배당금 삭제

🎯 회원 API

✅ 회원가입

✅ 로그인

✅ 로그아웃

dividend's People

Contributors

jisupark-dev avatar sudong97 avatar

Watchers

 avatar

dividend's Issues

test

이슈 사용 test

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.