commoncore:NodeJS中的库,用于下载Common Core State Standards并与之交互
节点-CommonCore node-CommonCore是一个node.js库,用于下载美国的Common Core State Standards并与之交互。它包含用于从Common Core站点获取最新标准并将它们解析为JSON以便在Javascript和Node.js中更容易使用的实用程序。安装你可以通过npm安装这个库npm install commoncore用法var CommonCore = require ( 'commoncore' ) ; /** Download the Math Common Core Standards from the Common Core website **/ CommonCore . getMathStandards ( function ( err , body ) { // if
4.39KB
文件大小:
评论区