blob: 1d8c0685572afe1798dc77699100767cc72da9d2 [file] [log] [blame]
import fs from 'fs';
import getStarHistory from './getStarHistory';
var repo = 'ecomfe/echarts';
const starHistory = await getStarHistory(repo)
fs.writeFileSync('../data/star-history.json', JSON.stringify(starHistory), 'utf-8');