Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axetroy/vscode-movie
在vscode中查看热映电影/热门电影/高分电影/热门剧.
https://github.com/axetroy/vscode-movie
vscode-extension
Last synced: 3 months ago
JSON representation
在vscode中查看热映电影/热门电影/高分电影/热门剧.
- Host: GitHub
- URL: https://github.com/axetroy/vscode-movie
- Owner: axetroy
- License: other
- Created: 2019-03-28T17:00:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T08:24:10.000Z (over 3 years ago)
- Last Synced: 2024-10-11T20:12:58.249Z (4 months ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-movie
- Size: 4.48 MB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/axetroy/vscode-movie.svg?branch=master)](https://travis-ci.com/axetroy/vscode-movie)
[![Version](https://vsmarketplacebadge.apphb.com/version/axetroy.vscode-movie.svg)](https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-movie)
[![Downloads](https://vsmarketplacebadge.apphb.com/downloads/axetroy.vscode-movie.svg)](https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-movie)
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)# vscode-movie
一个 vscode 扩展.
在 vscode 中查看热映电影和评分前 250 名的电影.
在写代码之余,不妨关注下影讯,放松自己。
# Feature
通过`右键菜单`或者`命令`打开
- [x] 即将上映的电影
- [x] 本地最近热映电影
- [x] TOP250 的高分电影
- [x] 热门电视剧, 包括国产/美剧/英剧等## Commands
| Command | Description |
| ------------- | --------------------- |
| Movie.online | 正在热映的电影 |
| Movie.comming | 即将上映的电影 |
| Movie.top250 | 排名前 250 的高分电影 |
| Movie.tv | 热门电视剧 |## Statement
本插件应用了一些第三方服务
- 豆瓣 API
- 百度地图接口 (仅用于定位到当前城市)
- images.weserv.nl (用于缓存图片)## [CHANGELOG](https://github.com/axetroy/vscode-movie/blob/master/CHANGELOG.md)
## Screenshot
![Screenshot](https://github.com/axetroy/vscode-movie/raw/master/screenshot-1.png)
![Screenshot](https://github.com/axetroy/vscode-movie/raw/master/screenshot-2.png)## License
The [Anti 996 License](https://github.com/axetroy/vscode-movie/blob/master/LICENSE)