tweet-fetcher:查找包含给定标签的最新tweet并将其保存

时间:2021-02-22 08:56:03
【文件属性】:
文件名称:tweet-fetcher:查找包含给定标签的最新tweet并将其保存
文件大小:112KB
文件格式:ZIP
更新时间:2021-02-22 08:56:03
TypeScript 描述 提取和保存包含给定#hashtag的tweet的API 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod 测试 # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov 创建于: framework TypeScript入门资料库。
【文件预览】:
tweet-fetcher-main
----package.json(2KB)
----ormconfig.ts(364B)
----.github()
--------workflows()
----test()
--------mocks()
--------jest-e2e.json(183B)
--------twitterWrapper()
--------tweet()
--------app.e2e-spec.ts(887B)
----.prettierrc(51B)
----package-lock.json(326KB)
----.env.example(88B)
----nest-cli.json(64B)
----src()
--------database()
--------app.module.ts(318B)
--------main.ts(491B)
--------common()
--------twitterWrapper()
--------tweet()
----.eslintrc.js(666B)
----tsconfig.json(360B)
----docker-compose.yml(466B)
----.gitignore(418B)
----Makefile(31B)
----README.md(468B)
----dockerfile(146B)
----tsconfig.build.json(97B)
----.vscode()
--------settings.json(27B)

网友评论