Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiyuujin/ohayo
Once memoized what you talk about in Twitter Spaces every weekday
https://github.com/jiyuujin/ohayo
notion notion-api
Last synced: about 1 month ago
JSON representation
Once memoized what you talk about in Twitter Spaces every weekday
- Host: GitHub
- URL: https://github.com/jiyuujin/ohayo
- Owner: jiyuujin
- Created: 2021-05-15T13:02:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T10:51:09.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:06:06.115Z (9 months ago)
- Topics: notion, notion-api
- Language: TypeScript
- Homepage: https://www.notion.so/Quick-Note-c0a6b685fb524ca4823cc1dccbf2f9b8
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ohayo
## Websites
Once summarized to [Notion](https://www.notion.so/Quick-Note-c0a6b685fb524ca4823cc1dccbf2f9b8), and has been summarizing to [the repository](https://github.com/jiyuujin/ohayo-developers) since 7th Oct 2021.
We can be found on some websites listed below.
- [みんなで作るブログ](https://ohayo.nekohack.me/)
- [金曜日のエンジニアのつどい](https://ohayo-friday.nekohack.me/)For more information, please check the Twitter hashtag `#ohayo_engineer`.
![](https://i.imgur.com/7tiOTpE.jpg)
## Skills
- GitHub API
- Notion API### Use GitHub API
Clone [the repository](https://github.com/jiyuujin/ohayo-website). Run `cp .env.example .env`, input environmental values.
```.env
VITE_APP_GITHUB_API_ACCESS_TOKEN=
```#### Serve in Web Server
You can fetch articles in descending order.
```bash
npm run dev
```### Use Notion API
Clone [this repository](https://github.com/jiyuujin/ohayo). Run `cp .env.example .env`, input environmental values.
```.env
NOTION_API_KEY=
OHAYO_NOTES_DATABASE_ID=
```#### Serve in Console
You can fetch articles in descending order.
```bash
npm run test --fetch
```Also create an article.
```bash
npm run test --create
```## Copyright
Created © 2021-2023 jiyuujin LAB. All Rights Reserved.