Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.18 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.18 KB

Welcome

Welcome is a front-end web page for international students in Chungbuk National University.

Developers

박성진 이동우 이원중
Information Page Restaurant Page Main Page

Info

  • language : javascript, html, css

Getting Start

you should get your own google map api key

After that add 'secretKey.js' in /restaurant

const secretkey = secretKey();

function secretKey(){
    return "[YOUR API KEY]";
}