Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Add Leftpad SDK Example #89

Closed
wants to merge 1 commit into from

Conversation

waprin
Copy link
Contributor

@waprin waprin commented Mar 24, 2016

Experimental support for Leftpad SDK. Let me know what you think, seems like a really useful Software-as-a-Service the community might embrace.

@broady
Copy link
Contributor

broady commented Mar 24, 2016 via email

@@ -0,0 +1,35 @@
// Copyright 2015-2016, Google, Inc.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2016

app.get('/', function(req, res) {
leftPadIOSDK.leftPad(res.query.str, res.query.len, res.query.ch).then(function(response){
console.log(response); // logs the response
res.status(200).send(response);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too many spaces here. just two spaces for regular indent, then four spaces only for continuation (i.e., wrapped lines)

@JustinBeckwith
Copy link
Contributor

image

@waprin waprin closed this Mar 28, 2016
rogerthatdev pushed a commit that referenced this pull request Nov 10, 2022
ace-n pushed a commit that referenced this pull request Nov 10, 2022
rogerthatdev pushed a commit that referenced this pull request Nov 11, 2022
ace-n pushed a commit that referenced this pull request Nov 16, 2022
ace-n pushed a commit that referenced this pull request Nov 17, 2022
unforced pushed a commit that referenced this pull request Nov 17, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
unforced pushed a commit that referenced this pull request Nov 17, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ahrarmonsur pushed a commit that referenced this pull request Nov 17, 2022
ahrarmonsur pushed a commit that referenced this pull request Nov 17, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
jsimonweb pushed a commit to jsimonweb/nodejs-docs-samples that referenced this pull request Dec 12, 2022
Shabirmean pushed a commit that referenced this pull request Feb 16, 2023
* Release v1.0.0

* release: bump samples/package.json to 1.0.0

* release: release 0.8.0 instead of 1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants