Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvjiaxuan/component-library-list
UI Component Library List. (The list is on Notion, and here is the script to synchronize the data every day.)
https://github.com/lvjiaxuan/component-library-list
Last synced: about 1 month ago
JSON representation
UI Component Library List. (The list is on Notion, and here is the script to synchronize the data every day.)
- Host: GitHub
- URL: https://github.com/lvjiaxuan/component-library-list
- Owner: lvjiaxuan
- Created: 2022-11-03T07:35:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T06:24:08.000Z (about 2 years ago)
- Last Synced: 2023-03-02T22:56:19.062Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://elastic-rate-cd3.notion.site/75dc1174b0394f04acde30a004683f68?v=f6eac247a5be498d8387ad3febdbd548
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Component Library List
[Read the list!](https://elastic-rate-cd3.notion.site/75dc1174b0394f04acde30a004683f68?v=f6eac247a5be498d8387ad3febdbd548)
## Data Flow
```mermaid
flowchart LRA(database_id) -->|notion| B(page_id) -->|notion| C(npm_name)
C -->|npm| D(weekly_flow) --> N(Notion)
C -->|npm| E(last_publish) --> N
C -->|npm| F(repository_url) -->|github| G(github_star) --> N```
## Reference
- [Notion API](https://developers.notion.com/reference)
- [REST API](https://docs.github.com/en/rest)
- [NPM API](../src/api/npm.ts)