An open API service indexing awesome lists of open source software.

https://github.com/anmolsukki/nextjs-boillerplate

[ NextJs ] Boillerplate
https://github.com/anmolsukki/nextjs-boillerplate

Last synced: about 1 month ago
JSON representation

[ NextJs ] Boillerplate

Awesome Lists containing this project

README

        

### NextJs Boillerplate

#### API Call in console

```jsx
const res = await fetch('API_URL', { method: 'POST' });
await res.json();
```