댓글 검색 목록

[Nodejs] 경량 통화 변환 라이브러리, money.js의 후속 버전

페이지 정보

작성자 운영자 작성일 20-06-05 10:39 조회 771 댓글 0

이 패키지는 인기 있는 money.js 라이브러리 때문에 생성되었습니다 :


https://github.com/xxczaki/cashify 


const {Cashify} = require('cashify');

const rates = {
	GBP: 0.92,
	EUR: 1.00,
	USD: 1.12
};

const cashify = new Cashify({base: 'EUR', rates});

const result = cashify.convert(10, {from: 'EUR', to: 'GBP'});

console.log(result); //=> 9.2












댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.