|
225 | 225 |
|
226 | 226 |
|
227 | 227 |
|
228 | | - <label class="md-nav__link md-nav__link--active" for="__toc"> |
229 | | - Home |
230 | | - <span class="md-nav__icon md-icon"></span> |
231 | | - </label> |
232 | | - |
233 | 228 | <a href="." class="md-nav__link md-nav__link--active"> |
234 | 229 | Home |
235 | 230 | </a> |
236 | 231 |
|
237 | | - |
238 | | - |
239 | | -<nav class="md-nav md-nav--secondary" aria-label="Table of contents"> |
240 | | - |
241 | | - |
242 | | - |
243 | | - |
244 | | - |
245 | | - |
246 | | - <label class="md-nav__title" for="__toc"> |
247 | | - <span class="md-nav__icon md-icon"></span> |
248 | | - Table of contents |
249 | | - </label> |
250 | | - <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
251 | | - |
252 | | - <li class="md-nav__item"> |
253 | | - <a href="#about-nodecg-io" class="md-nav__link"> |
254 | | - About nodecg-io |
255 | | - </a> |
256 | | - |
257 | | -</li> |
258 | | - |
259 | | - <li class="md-nav__item"> |
260 | | - <a href="#how-to-use-nodecg-io" class="md-nav__link"> |
261 | | - How to use nodecg-io |
262 | | - </a> |
263 | | - |
264 | | -</li> |
265 | | - |
266 | | - <li class="md-nav__item"> |
267 | | - <a href="#implemented-services-and-interfaces" class="md-nav__link"> |
268 | | - Implemented Services and Interfaces |
269 | | - </a> |
270 | | - |
271 | | -</li> |
272 | | - |
273 | | - <li class="md-nav__item"> |
274 | | - <a href="#how-to-contribute" class="md-nav__link"> |
275 | | - How to contribute |
276 | | - </a> |
277 | | - |
278 | | -</li> |
279 | | - |
280 | | - </ul> |
281 | | - |
282 | | -</nav> |
283 | | - |
284 | 232 | </li> |
285 | 233 |
|
286 | 234 |
|
|
1488 | 1436 |
|
1489 | 1437 |
|
1490 | 1438 |
|
1491 | | - <label class="md-nav__title" for="__toc"> |
1492 | | - <span class="md-nav__icon md-icon"></span> |
1493 | | - Table of contents |
1494 | | - </label> |
1495 | | - <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
1496 | | - |
1497 | | - <li class="md-nav__item"> |
1498 | | - <a href="#about-nodecg-io" class="md-nav__link"> |
1499 | | - About nodecg-io |
1500 | | - </a> |
1501 | | - |
1502 | | -</li> |
1503 | | - |
1504 | | - <li class="md-nav__item"> |
1505 | | - <a href="#how-to-use-nodecg-io" class="md-nav__link"> |
1506 | | - How to use nodecg-io |
1507 | | - </a> |
1508 | | - |
1509 | | -</li> |
1510 | | - |
1511 | | - <li class="md-nav__item"> |
1512 | | - <a href="#implemented-services-and-interfaces" class="md-nav__link"> |
1513 | | - Implemented Services and Interfaces |
1514 | | - </a> |
1515 | | - |
1516 | | -</li> |
1517 | | - |
1518 | | - <li class="md-nav__item"> |
1519 | | - <a href="#how-to-contribute" class="md-nav__link"> |
1520 | | - How to contribute |
1521 | | - </a> |
1522 | | - |
1523 | | -</li> |
1524 | | - |
1525 | | - </ul> |
1526 | | - |
1527 | 1439 | </nav> |
1528 | 1440 | </div> |
1529 | 1441 | </div> |
|
1542 | 1454 |
|
1543 | 1455 | <h1 id="nodecg-io">nodecg-io</h1> |
1544 | 1456 | <p><img alt="nodecg-io logo" src="assets/header_white.png" /></p> |
| 1457 | +<h1 id="nodecg-io-is-abandoned">⚠️ nodecg-io is abandoned</h1> |
| 1458 | +<p>This project is no longer actively maintained and is archived. |
| 1459 | +The domain <a href="https://codeoverflow-org.github.io/nodecg-io-docs/RELEASE/">nodecg.io</a> is also not available anymore. |
| 1460 | +Use this project at your own risk - breaking APIs and security vulnerabilities are expected to happen soon. |
| 1461 | +If you wish to continue nodecg-io, please fork it. |
| 1462 | +Similar projects may or may not happen in the future <a href="https://github.com/sebinside">here</a>.</p> |
| 1463 | +<h2 id="about-nodecg-io">About nodecg-io</h2> |
1545 | 1464 | <p><a href="https://github.com/codeoverflow-org/nodecg-io/labels/enhancement"><img alt="Feature Requests" src="https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/enhancement?label=Feature%20Requests&style=flat-square" /></a> |
1546 | 1465 | <a href="https://github.com/codeoverflow-org/nodecg-io/labels/bug"><img alt="Bugs" src="https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/bug?label=Bugs&style=flat-square" /></a> |
1547 | 1466 | <a href="https://github.com/codeoverflow-org/nodecg-io/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/codeoverflow-org/nodecg-io?label=Pull%20Requests&style=flat-square" /></a></p> |
1548 | 1467 | <!-- Do not set the 'Services implemented' value manually. It's inserted automatically. --> |
1549 | 1468 |
|
1550 | | -<p><a href="services/"><img alt="Services" src="https://img.shields.io/static/v1?label=Services%20implemented&message=43&color=blue&style=flat-square" /></a> |
| 1469 | +<p><a href="services/"><img alt="Services" src="https://img.shields.io/static/v1?label=Services%20implemented&message=45&color=blue&style=flat-square" /></a> |
1551 | 1470 | <a href="https://github.com/codeoverflow-org/nodecg-io/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/codeoverflow-org/nodecg-io?label=License&style=flat-square" /></a> |
1552 | 1471 | <a href="https://discord.gg/sX2Gjbs/"><img alt="Discord" src="https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&style=flat-square" /></a></p> |
1553 | 1472 | <p><strong>nodecg-io is a <a href="https://github.com/nodecg/nodecg">NodeCG</a>-bundle that implements Social Media API's in the NodeCG framework</strong></p> |
1554 | | -<h2 id="about-nodecg-io">About nodecg-io</h2> |
1555 | 1473 | <p>nodecg-io is the successor of |
1556 | 1474 | <a href="https://github.com/codeoverflow-org/chatoverflow">ChatOverflow</a>. The aim of |
1557 | 1475 | this bundle is to simplify the code and expand the number of integrated |
|
0 commit comments