# JsonpServerApi **Repository Path**: sshfl/JsonpServerApi ## Basic Information - **Project Name**: JsonpServerApi - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-01-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Api * A micro service to provide jsonp response. * Base on the node koa version 1 framework. # Installation $ yarn install $ yarn start // if you run the above commands with the error // command not found: yarn // use npm instead // the api server default running on port 2400 // if you want to change the port to e.g. 3333 $ PORT=3333 node app.js